update src/main/resources/application.yml.
This commit is contained in:
@@ -3,15 +3,15 @@ server:
|
||||
spring:
|
||||
data:
|
||||
redis:
|
||||
host: 110.42.255.182
|
||||
host: locahost
|
||||
port: 6739
|
||||
application:
|
||||
name: NBA
|
||||
datasource:
|
||||
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
|
||||
password: inspur123
|
||||
password: password
|
||||
mybatis:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
||||
Reference in New Issue
Block a user