update src/main/resources/application.yml.

This commit is contained in:
2025-04-26 02:03:46 +00:00
committed by Gitee
parent 6bb06266b0
commit 7231281302

View File

@@ -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