소스 검색

更新配置

ZhouChenglin 7 년 전
부모
커밋
4e55af19a1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pom-war.xml
  2. 1 1
      src/main/resources/application-dev.yml

+ 1 - 1
pom-war.xml

@@ -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>

+ 1 - 1
src/main/resources/application-dev.yml

@@ -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