Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftwareKing authored Apr 10, 2019
1 parent e18047d commit a8441e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch25/crm-sales-start/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ spring:
name: crm-sales-provider
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://115.159.74.109:3306/crm?useUnicode=true&characterEncoding=utf-8
url: jdbc:mysql://localhost:3306/crm?useUnicode=true&characterEncoding=utf-8
username: root
password: xj461352520
password:


server:
Expand All @@ -29,4 +29,4 @@ server:
mybatis:
typeAliasesPackage: cn.springcloud.book.crm.sales.tunnel.dataobject
mapper-locations:
- classpath:mapper/*.xml
- classpath:mapper/*.xml

0 comments on commit a8441e2

Please sign in to comment.