mirror of https://gitee.com/stylefeng/roses
【7.6.0】【框架改造】更新demo的自动配置名称
parent
e67b4ef5f1
commit
4a50b5e35b
|
@ -39,7 +39,7 @@ import java.util.Date;
|
|||
* @since 2020/12/1 21:51
|
||||
*/
|
||||
@Configuration
|
||||
public class GunsDemoAutoConfiguration {
|
||||
public class SystemDemoAutoConfiguration {
|
||||
|
||||
@Value("${project.start.interval:20}")
|
||||
private Integer projectStartInterval;
|
|
@ -1,2 +1,2 @@
|
|||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
cn.stylefeng.roses.kernel.demo.starter.GunsDemoAutoConfiguration
|
||||
cn.stylefeng.roses.kernel.demo.starter.SystemDemoAutoConfiguration
|
Loading…
Reference in New Issue