Commit eb845a09 authored by 超管PCQ's avatar 超管PCQ

Update application-dev.yml 修改数据源

parent 6000bdee
...@@ -4,6 +4,7 @@ spring: ...@@ -4,6 +4,7 @@ spring:
driverClassName: com.mysql.jdbc.Driver driverClassName: com.mysql.jdbc.Driver
druid: druid:
govmade: #数据源(多源) govmade: #数据源(多源)
#url: jdbc:mysql://183.131.134.242:3306/govmade?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
url: jdbc:mysql://127.0.0.1:3306/govmade?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8 url: jdbc:mysql://127.0.0.1:3306/govmade?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
username: root username: root
password: gov@20130528 password: gov@20130528
......
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