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 小时(毫秒)