@@ -36,6 +36,4 @@ public class SimpleTemplateService extends GenericEntityService<TemplateEntity,
entity.setVersion(old.getVersion() + 1);
return super.updateByPk(id, entity);
}
-
@@ -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,3 +1,3 @@
# Auto Configure
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
-org.hswebframework.web.file.starter.FileAutoConfiguration
+org.hswebframework.web.template.starter.TemplateAutoConfiguration