|
|
@ -20,14 +20,6 @@
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
|
@ -45,10 +37,6 @@
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- mybatis-plus end -->
|
|
|
|
<!-- mybatis-plus end -->
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>net.sourceforge.nekohtml</groupId>
|
|
|
|
|
|
|
|
<artifactId>nekohtml</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>
|
|
|
@ -59,50 +47,10 @@
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<version>1.2.32</version>
|
|
|
|
<version>1.2.32</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
|
|
|
<artifactId>shiro-spring</artifactId>
|
|
|
|
|
|
|
|
<version>1.2.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
|
|
|
<artifactId>shiro-ehcache</artifactId>
|
|
|
|
|
|
|
|
<version>1.2.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.theborakompanioni</groupId>
|
|
|
|
|
|
|
|
<artifactId>thymeleaf-extras-shiro</artifactId>
|
|
|
|
|
|
|
|
<version>1.2.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cn.songxinqiang</groupId>
|
|
|
|
|
|
|
|
<artifactId>com.baidu.ueditor</artifactId>
|
|
|
|
|
|
|
|
<version>1.1.2-edit-1.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
|
|
|
|
<version>1.3.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.penggle</groupId>
|
|
|
|
|
|
|
|
<artifactId>kaptcha</artifactId>
|
|
|
|
|
|
|
|
<version>2.3.2</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>druid</artifactId>
|
|
|
|
<artifactId>druid</artifactId>
|
|
|
@ -118,19 +66,9 @@
|
|
|
|
<version>3.6</version>
|
|
|
|
<version>3.6</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
|
|
|
<artifactId>xxl-crawler</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<version>1.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
|
|
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
|
|
|
|
|
|
|
<version>3.2.8</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-email</artifactId>
|
|
|
|
|
|
|
|
<version>1.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|