update src/main/resources/application.yml.
This commit is contained in:
@@ -3,15 +3,15 @@ server:
|
|||||||
spring:
|
spring:
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: 110.42.255.182
|
host: locahost
|
||||||
port: 6739
|
port: 6739
|
||||||
application:
|
application:
|
||||||
name: NBA
|
name: NBA
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://110.42.255.182:3306/NBA?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
url: jdbc:mysql://locahost:3306/NBA?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||||
username: root
|
username: root
|
||||||
password: inspur123
|
password: password
|
||||||
mybatis:
|
mybatis:
|
||||||
configuration:
|
configuration:
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
|
|||||||
Reference in New Issue
Block a user