【7.6.0】【框架改造】更新demo的自动配置名称

pull/55/head
fengshuonan 2023-05-10 11:20:30 +08:00
parent e67b4ef5f1
commit 4a50b5e35b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1,2 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
cn.stylefeng.roses.kernel.demo.starter.GunsDemoAutoConfiguration
cn.stylefeng.roses.kernel.demo.starter.SystemDemoAutoConfiguration