diff --git a/pom.xml b/pom.xml index 4a62cfe..5694f40 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ - + javax.servlet @@ -53,7 +53,7 @@ tomcat-jsp-api - + org.springframework.boot spring-boot-starter-web @@ -74,7 +74,7 @@ spring-boot-starter-tomcat provided - + org.springframework.boot spring-boot-starter-thymeleaf @@ -105,14 +105,14 @@ org.springframework.boot spring-boot-starter-validation - + com.alibaba druid-spring-boot-starter ${druid.springboot.version} - + tk.mybatis @@ -126,7 +126,7 @@ - + com.github.pagehelper @@ -170,18 +170,18 @@ kaptcha 2.3.2 - + org.apache.commons commons-lang3 - + com.alibaba fastjson ${fastjson.version} - + org.apache.poi poi @@ -192,7 +192,7 @@ poi-ooxml ${poi.version} - + ognl ognl @@ -209,8 +209,15 @@ lombok + + + org.springframework.boot + spring-boot-starter-data-elasticsearch + + + - - - - - - + + + + + + + + + + + - + @@ -18,4 +23,13 @@ - \ No newline at end of file + + + + + + diff --git a/src/main/resources/mapper/szxgl/ProjectTaskTermMapper.xml b/src/main/resources/mapper/szxgl/ProjectTaskTermMapper.xml new file mode 100644 index 0000000..dc2d356 --- /dev/null +++ b/src/main/resources/mapper/szxgl/ProjectTaskTermMapper.xml @@ -0,0 +1,22 @@ + + + + + + insert into project_task_term + ( + id, + project_id, + list_values_id, + term + ) + values + ( + #{id}, + #{projectId}, + #{listValuesId}, + #{term} + ) + + + diff --git a/src/main/resources/mapper/szxgl/TestMapper.xml b/src/main/resources/mapper/szxgl/TestMapper.xml new file mode 100644 index 0000000..9e2e284 --- /dev/null +++ b/src/main/resources/mapper/szxgl/TestMapper.xml @@ -0,0 +1,9 @@ + + + + + + + diff --git a/src/main/resources/mapper/szxgl/dataDictItemMapper.xml b/src/main/resources/mapper/szxgl/dataDictItemMapper.xml new file mode 100644 index 0000000..61a8522 --- /dev/null +++ b/src/main/resources/mapper/szxgl/dataDictItemMapper.xml @@ -0,0 +1,9 @@ + + + + + + + diff --git a/src/main/resources/templates/system/register.html b/src/main/resources/templates/system/register.html index 824241e..ea3f131 100644 --- a/src/main/resources/templates/system/register.html +++ b/src/main/resources/templates/system/register.html @@ -119,4 +119,4 @@ }) - \ No newline at end of file + diff --git a/tmlog0.log b/tmlog0.log new file mode 100644 index 0000000..e69de29