Commit 56a09d56 by 罗绍泽

数据库变更

parent 49ef9550
......@@ -2,3 +2,5 @@
*.project
.settings/
target/
.idea/
*.iml
......@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope>
<!--<scope>provided</scope>-->
</dependency>
<!-- fastjson -->
<dependency>
......
......@@ -16,7 +16,7 @@ spring:
# driver-class-name: com.mysql.jdbc.Driver
jdbc:
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
password: lcyq_activiti
mybatis:
......@@ -25,6 +25,13 @@ mybatis:
---
spring:
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:
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