You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
350 B
16 lines
350 B
server:
|
|
port: 9090
|
|
|
|
|
|
# 数据库
|
|
spring:
|
|
datasource:
|
|
url: jdbc:mysql://47.122.61.54:3306/nba_visualization?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
|
|
username: root
|
|
password: GHLgjw168168+
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
hikari:
|
|
max-lifetime: 27000000 # 7.5 小时(毫秒)
|
|
|
|
|