This commit is contained in:
2025-04-19 14:32:41 +08:00
commit d60df6d712
33 changed files with 1181 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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