diff --git a/novel-admin/pom.xml b/novel-admin/pom.xml
index 3e93a5e..2eabf75 100644
--- a/novel-admin/pom.xml
+++ b/novel-admin/pom.xml
@@ -14,12 +14,182 @@
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.7
+ 5.22.0
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+
+ net.sourceforge.nekohtml
+ nekohtml
+
+
+
+ mysql
+ mysql-connector-java
+ 8.0.11
+
+
+ org.mybatis
+ mybatis
+ 3.4.4
+
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+ 1.1.1
+
+
+
+ com.alibaba
+ druid
+ 1.0.28
+
+
+
+ org.apache.commons
+ commons-lang3
+ 3.6
+
+
+ commons-configuration
+ commons-configuration
+ 1.10
+
+
+ commons-io
+ commons-io
+ 2.5
+
+
+
+ org.apache.shiro
+ shiro-core
+ 1.3.2
+
+
+ org.apache.shiro
+ shiro-spring
+ 1.3.2
+
+
+ com.github.theborakompanioni
+ thymeleaf-extras-shiro
+ 2.0.0
+
+
+
+ com.alibaba
+ fastjson
+ 1.2.31
+
+
+
+ org.apache.velocity
+ velocity
+ 1.7
+
+
+ org.springframework.boot
+ spring-boot-starter-cache
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ io.springfox
+ springfox-swagger2
+ 2.6.1
+
+
+ io.springfox
+ springfox-swagger-ui
+ 2.6.1
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
+
+
+ redis.clients
+ jedis
+ 2.9.0
+
+
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+ org.apache.commons
+ commons-text
+ 1.4
+
+
com.java2nb
java2nb
1.0.0-release
+ system
+ ${pom.basedir}\src\main\resources\jar\java2nb-1.0.0-release.jar
org.apache.httpcomponents
@@ -28,20 +198,32 @@
+
+
org.springframework.boot
spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+
+
+ true
+
-
+
diff --git a/novel-admin/src/main/resources/application.yml b/novel-admin/src/main/resources/application.yml
index cd945a7..35c02ae 100644
--- a/novel-admin/src/main/resources/application.yml
+++ b/novel-admin/src/main/resources/application.yml
@@ -35,9 +35,9 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
+ url: jdbc:mysql://47.106.243.172:3306/books?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
username: books
- password: books
+ password: books!8888
#password:
initialSize: 1
minIdle: 3
diff --git a/novel-admin/src/main/resources/jar/java2nb-1.0.0-release.jar b/novel-admin/src/main/resources/jar/java2nb-1.0.0-release.jar
new file mode 100644
index 0000000..16b6d78
Binary files /dev/null and b/novel-admin/src/main/resources/jar/java2nb-1.0.0-release.jar differ