连接云数据库
This commit is contained in:
parent
3cd3baac2e
commit
3d57ae924f
|
@ -2,13 +2,13 @@ spring:
|
||||||
application:
|
application:
|
||||||
name: jiaqingjiayi
|
name: jiaqingjiayi
|
||||||
datasource:
|
datasource:
|
||||||
# driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# url: jdbc:mysql://154.8.193.216/jqjy
|
url: jdbc:mysql://154.8.193.216/jqjy
|
||||||
# username: jqjy
|
username: jqjy
|
||||||
# password: 123456
|
|
||||||
url: jdbc:mysql://localhost:3306/jqjy
|
|
||||||
username: root
|
|
||||||
password: 123456
|
password: 123456
|
||||||
|
# url: jdbc:mysql://localhost:3306/jqjy
|
||||||
|
# username: root
|
||||||
|
# password: 123456
|
||||||
|
|
||||||
mvc:
|
mvc:
|
||||||
pathmatch:
|
pathmatch:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user