Commit cc822495 by jinfeng.wang

fix

parent 05fb72bb
......@@ -5,13 +5,13 @@ server:
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
# url: jdbc:mysql://dataplatform-app-tag.c5yzcdreb1xr.us-east-1.rds.amazonaws.com:3306/app_tag?useUnicode=true&characterEncoding=utf8
# username: apptag_rw
# password: 7gyLEVtkER3u8c9
url: jdbc:mysql://dataplatform-app-tag.c5yzcdreb1xr.us-east-1.rds.amazonaws.com:3306/app_tag?useUnicode=true&characterEncoding=utf8
username: apptag_rw
password: 7gyLEVtkER3u8c9
url: jdbc:mysql://localhost:3306/app_tag?useUnicode=true&characterEncoding=utf8
username: root
password: 19920627
# url: jdbc:mysql://localhost:3306/app_tag?useUnicode=true&characterEncoding=utf8
# username: root
# password: 19920627
# initialSize: 1
# minIdle: 3
# maxActive: 20
......
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