commit 1277cbca89339ce15fab99fa73dd166acac8de77 Author: ck <851316342@qq.com> Date: Mon Jul 27 21:31:26 2020 +0800 first commit diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..99890b0 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..b26911b --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..4b661a5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/bsd-say.iml b/bsd-say.iml new file mode 100644 index 0000000..78b2cc5 --- /dev/null +++ b/bsd-say.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..aa00992 --- /dev/null +++ b/pom.xml @@ -0,0 +1,164 @@ + + + 4.0.0 + + com.bsd + bsd-say + 1.0-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-parent + 2.1.3.RELEASE + + + + + 1.8 + + + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-web + + + + org.projectlombok + lombok + 1.16.16 + + + + + org.postgresql + postgresql + 42.2.5.jre7 + + + com.baomidou + mybatis-plus-boot-starter + 3.3.2 + + + org.javassist + javassist + + + + + org.javassist + javassist + 3.21.0-GA + + + com.baomidou + mybatis-plus-generator + 3.3.2 + + + org.apache.velocity + velocity-engine-core + 2.2 + + + org.freemarker + freemarker + 2.3.30 + + + com.alibaba + fastjson + 1.2.72 + + + javax.persistence + persistence-api + 1.0.2 + + + + org.springframework.boot + spring-boot-starter + + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-logging + + + + + + org.springframework.boot + spring-boot-starter-log4j2 + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + org.apache.shiro + shiro-spring + 1.5.3 + + + com.auth0 + java-jwt + 3.10.3 + + + org.springframework.boot + spring-boot-starter-redis + 1.4.7.RELEASE + + + + org.apache.poi + poi-ooxml + 3.10-FINAL + + + org.apache.poi + poi + 3.17 + + + org.apache.poi + poi-ooxml + 3.17 + + + org.springframework.boot + spring-boot-starter-validation + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + \ No newline at end of file