Commit 56a09d56 by 罗绍泽

数据库变更

parent 49ef9550
...@@ -2,3 +2,5 @@ ...@@ -2,3 +2,5 @@
*.project *.project
.settings/ .settings/
target/ target/
.idea/
*.iml
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<dependency> <dependency>
<groupId>org.apache.tomcat.embed</groupId> <groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId> <artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope> <!--<scope>provided</scope>-->
</dependency> </dependency>
<!-- fastjson --> <!-- fastjson -->
<dependency> <dependency>
......
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
# driver-class-name: com.mysql.jdbc.Driver # driver-class-name: com.mysql.jdbc.Driver
jdbc: jdbc:
driverClassName: com.mysql.jdbc.Driver driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.1.116:3306/lcyq_activiti?useUnicode=true&characterEncoding=utf-8 url: jdbc:mysql://192.168.1.249:3306/lcyq_activiti?useUnicode=true&characterEncoding=utf-8
username: lcyq_activiti username: lcyq_activiti
password: lcyq_activiti password: lcyq_activiti
mybatis: mybatis:
...@@ -25,6 +25,13 @@ mybatis: ...@@ -25,6 +25,13 @@ mybatis:
--- ---
spring: spring:
profiles: test profiles: test
server:
port: 8083
jdbc:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.1.249:3306/lcyq_activiti?useUnicode=true&characterEncoding=utf-8
username: lcyq_activiti
password: lcyq_activiti
--- ---
spring: spring:
profiles: pro profiles: pro
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment