@@ -8,7 +8,7 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging><!-- clean package -f pom-war.xml -->
- <name>dp</name>
+ <name>dp-lte-boot</name>
<description>dp开发框架SpringBoot版本</description>
<parent>
@@ -4,7 +4,7 @@ spring:
driverClassName: com.mysql.jdbc.Driver
druid:
default: #默认数据源
- url: jdbc:mysql://192.168.180.134:3306/dp-lte-boot?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
+ url: jdbc:mysql://192.168.180.130:3306/dp-lte-boot?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
username: root
password: root
initial-size: 10