mirror of
https://gitee.com/dromara/hmily.git
synced 2024-12-05 21:02:59 +08:00
some commit.
This commit is contained in:
parent
93e060b471
commit
9028ed96f8
@ -26,7 +26,6 @@ import org.springframework.stereotype.Component;
|
||||
*
|
||||
* @author xiaoyu(Myth)
|
||||
*/
|
||||
@Component("hmilyConfig")
|
||||
@ConfigurationProperties(prefix = "org.dromara.hmily", ignoreInvalidFields = true)
|
||||
public class HmilyConfigProperties extends HmilyConfig {
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy;
|
||||
*/
|
||||
@Configuration
|
||||
@EnableAspectJAutoProxy(proxyTargetClass = true)
|
||||
@EnableConfigurationProperties
|
||||
@EnableConfigurationProperties({HmilyConfigProperties.class})
|
||||
@ComponentScan(basePackages = {"org.dromara.hmily"})
|
||||
public class HmilyAutoConfiguration {
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -78,7 +78,7 @@
|
||||
<protostuff.version>1.0.8</protostuff.version>
|
||||
<kryo.version>4.0.0</kryo.version>
|
||||
<curator.version>4.0.1</curator.version>
|
||||
<nettty.version>4.1.12.Final</nettty.version>
|
||||
<nettty.version>4.1.24.Final</nettty.version>
|
||||
<commons.httpclient.version>3.0.1</commons.httpclient.version>
|
||||
<httpclient.version>4.5.1</httpclient.version>
|
||||
<okhttp.version>3.7.0</okhttp.version>
|
||||
|
Loading…
Reference in New Issue
Block a user