Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Max010230 authored Sep 13, 2017
1 parent ba91d31 commit 62eb055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring.datasource.master.url=jdbc:mysql://localhost:3306/?useUnicode=true&characterEncoding=UTF-8
spring.datasource.master.url=jdbc:mysql://localhost:3306/ds_master?useUnicode=true&characterEncoding=UTF-8
spring.datasource.master.username=root
spring.datasource.master.password=root
spring.datasource.master.driver-class-name=com.mysql.jdbc.Driver
Expand Down Expand Up @@ -32,4 +32,4 @@ mybatis.config-location=classpath:mybatis-config.xml
mybatis.mapper-locations=classpath:mapper/*.xml
mybatis.type-aliases-package=so.sao.sharding.domain

server.port=8081
server.port=8081

0 comments on commit 62eb055

Please sign in to comment.