Files
NBA/src/main/resources/application.yml
2025-04-19 14:32:58 +08:00

16 lines
469 B
YAML

server:
port: 9005
spring:
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
username: root
password: inspur123
mybatis:
configuration:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
type-aliases-package: com.ping.study.pojo
mapper-locations: classpath:mapper/*.xml