xiongzhu 5 жил өмнө
parent
commit
bc6eec5d1b

+ 6 - 1
pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <groupId>org.springframework.boot</groupId>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.1.8.RELEASE</version>
+        <version>2.3.2.RELEASE</version>
         <relativePath/> <!-- lookup parent from repository -->
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     </parent>
     <groupId>com.x1ongzhu</groupId>
     <groupId>com.x1ongzhu</groupId>
@@ -44,6 +44,11 @@
     </build>
     </build>
 
 
     <dependencies>
     <dependencies>
+        <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+        </dependency>
+
         <dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
             <artifactId>spring-boot-starter-test</artifactId>

+ 0 - 0
src/main/resources/templates/ControllerTemplate.ftl → src/main/resources/templates/ControllerTemplate.ftlh


+ 0 - 0
src/main/resources/templates/EditViewTemplate.ftl → src/main/resources/templates/EditViewTemplate.ftlh


+ 0 - 0
src/main/resources/templates/Error.ftl → src/main/resources/templates/Error.ftlh


+ 0 - 0
src/main/resources/templates/ListViewTemplate.ftl → src/main/resources/templates/ListViewTemplate.ftlh


+ 0 - 0
src/main/resources/templates/RepoTemplate.ftl → src/main/resources/templates/RepoTemplate.ftlh


+ 0 - 0
src/main/resources/templates/ServiceTemplate.ftl → src/main/resources/templates/ServiceTemplate.ftlh


+ 0 - 0
src/main/resources/templates/WxMpTest.ftl → src/main/resources/templates/WxMpTest.ftlh


+ 0 - 0
src/main/resources/templates/commons/401.ftl → src/main/resources/templates/commons/401.ftlh


+ 0 - 0
src/main/resources/templates/commons/404.ftl → src/main/resources/templates/commons/404.ftlh


+ 0 - 0
src/main/resources/templates/commons/500.ftl → src/main/resources/templates/commons/500.ftlh


+ 0 - 0
src/main/resources/templates/commons/error.ftl → src/main/resources/templates/commons/error.ftlh