Skip to content

Releases: GoogTech/springboot-beginner

Hi Memo ~

30 Jun 09:30
72b595d
Compare
Choose a tag to compare

❤️ 在使用java -jar memo-0.0.1-SNAPSHOT.jar命令运行项目前,请先请核对数据库连接的配置信息哟 ~

# JDBC-Connection Configuration Information
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/memo?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=GoodTime