From f8861322b78afb7ad9081ef1f333f0daacf31eda Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Fri, 17 Mar 2023 10:36:16 +0000 Subject: [PATCH] =?UTF-8?q?readme=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SmileToCandy --- .idea/.gitignore | 8 + .idea/misc.xml | 11 ++ .idea/modules.xml | 8 + .idea/tamguo.iml | 9 ++ .idea/vcs.xml | 6 + README.md | 3 +- add | 0 tamguo/pom.xml | 382 ++++++++++++++++++++++++++-------------------- 8 files changed, 261 insertions(+), 166 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/tamguo.iml create mode 100644 .idea/vcs.xml create mode 100644 add diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a059623 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a9ea907 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/tamguo.iml b/.idea/tamguo.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/tamguo.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index c2178b0..bdadb08 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ - 管理员账号:system 密码:123456 **因为线上数据和测试数据没有做到隔离,作者已经把密码修改,可用.sql在本地运行看后台效果。** -加QQ群:937899574 可免费获取SQL基本 +现在作者组建一个团队来对这个项目进行迭代升级,需要前端、后端、设计人员 +有兴趣加入的小伙伴,可以加作者微信: tamgoooo diff --git a/add b/add new file mode 100644 index 0000000..e69de29 diff --git a/tamguo/pom.xml b/tamguo/pom.xml index a9e3a6e..1beb56b 100644 --- a/tamguo/pom.xml +++ b/tamguo/pom.xml @@ -1,172 +1,224 @@ + - 4.0.0 - com.tamguo - tamguo - V1.0.1 - tamguo + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + 4.0.0 + - - org.springframework.boot - spring-boot-starter-parent - 1.5.3.RELEASE - - + com.tamguo + + tamguo + + V1.0.1 + + tamguo + - - UTF-8 - 1.8 - 2.1.9 - + + + org.springframework.boot + spring-boot-starter-parent + 1.5.3.RELEASE + + + + - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.cloud - spring-cloud-starter-config - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.boot - spring-boot-starter-jdbc - - - - com.baomidou - mybatis-plus-boot-starter - ${mybatis-plus-boot-starter.version} - - - tomcat-jdbc - org.apache.tomcat - - - - - - net.sourceforge.nekohtml - nekohtml - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-starter-redis - 1.3.8.RELEASE - - - org.springframework.session - spring-session-data-redis - - - com.alibaba - fastjson - 1.2.32 - - - org.apache.shiro - shiro-spring - 1.2.5 - - - org.apache.shiro - shiro-ehcache - 1.2.5 - - - com.github.theborakompanioni - thymeleaf-extras-shiro - 1.2.1 - - - cn.songxinqiang - com.baidu.ueditor - 1.1.2-edit-1.0 - - - commons-codec - commons-codec - - - commons-fileupload - commons-fileupload - 1.3.1 - - - commons-io - commons-io - - - com.github.penggle - kaptcha - 2.3.2 - - - javax.servlet-api - javax.servlet - - - - - com.alibaba - druid - 1.0.18 - - - mysql - mysql-connector-java - - - org.apache.commons - commons-lang3 - 3.6 - - - com.aliyun - aliyun-java-sdk-dysmsapi - 1.0.0 - - - com.aliyun - aliyun-java-sdk-core - 3.2.8 - - - org.apache.commons - commons-email - 1.5 - - + + + UTF-8 + + 1.8 + + 2.1.9 + + - - - - org.springframework.cloud - spring-cloud-dependencies - Camden.SR6 - pom - import - - - + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.cloud + spring-cloud-starter-config + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + org.springframework.boot + spring-boot-starter-jdbc + + + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus-boot-starter.version} + + + + tomcat-jdbc + org.apache.tomcat + + + + + + + net.sourceforge.nekohtml + nekohtml + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.boot + spring-boot-starter-redis + 1.3.8.RELEASE + + + + org.springframework.session + spring-session-data-redis + + + + com.alibaba + fastjson + 1.2.32 + + + + org.apache.shiro + shiro-spring + 1.2.5 + + + + org.apache.shiro + shiro-ehcache + 1.2.5 + + + + com.github.theborakompanioni + thymeleaf-extras-shiro + 1.2.1 + + + + cn.songxinqiang + com.baidu.ueditor + 1.1.2-edit-1.0 + + + + commons-codec + commons-codec + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + + commons-io + commons-io + + + + com.github.penggle + kaptcha + 2.3.2 + + + javax.servlet-api + javax.servlet + + + + + + + com.alibaba + druid + 1.0.18 + + + + mysql + mysql-connector-java + + + + org.apache.commons + commons-lang3 + 3.6 + + + + com.aliyun + aliyun-java-sdk-dysmsapi + 1.0.0 + + + + com.aliyun + aliyun-java-sdk-core + 3.2.8 + + + + org.apache.commons + commons-email + 1.5 + + + - - tamguo - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + + org.springframework.cloud + spring-cloud-dependencies + Camden.SR6 + pom + import + + + + + + + + tamguo + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file