|
@@ -53,10 +53,9 @@ import java.util.List;
|
|
|
@EnableConfigurationProperties(EntityProperties.class)
|
|
|
public class HswebAutoConfiguration {
|
|
|
|
|
|
- @Autowired(required = false)
|
|
|
+ @Autowired
|
|
|
private EntityProperties entityProperties;
|
|
|
|
|
|
-
|
|
|
@Bean
|
|
|
@Primary
|
|
|
public FastJsonHttpMessageConverter fastJsonHttpMessageConverter(@Autowired(required = false) EntityFactory entityFactory) {
|