Browse Source

不明意义的修改

zhouhao 7 years ago
parent
commit
12530fe9ae

+ 0 - 2
hsweb-system/hsweb-system-template/hsweb-system-template-service/hsweb-system-template-service-simple/src/main/java/org/hswebframework/web/service/template/simple/SimpleTemplateService.java

@@ -36,6 +36,4 @@ public class SimpleTemplateService extends GenericEntityService<TemplateEntity,
         entity.setVersion(old.getVersion() + 1);
         return super.updateByPk(id, entity);
     }
-
-
 }

+ 1 - 3
hsweb-system/hsweb-system-template/hsweb-system-template-starter/src/main/java/org/hswebframework/web/template/starter/TemplateAutoConfiguration.java

@@ -4,10 +4,8 @@ import org.springframework.context.annotation.ComponentScan;
 import org.springframework.context.annotation.Configuration;
 
 /**
- * TODO 完成注释
- *
  * @author zhouhao
- * @since
+ * @since 3.0
  */
 @Configuration
 @ComponentScan({"org.hswebframework.web.service.template.simple"

+ 1 - 1
hsweb-system/hsweb-system-template/hsweb-system-template-starter/src/main/resources/META-INF/spring.factories

@@ -1,3 +1,3 @@
 # Auto Configure
 org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
-org.hswebframework.web.file.starter.FileAutoConfiguration
+org.hswebframework.web.template.starter.TemplateAutoConfiguration