Skip to content

Hi Memo ~

Latest
Compare
Choose a tag to compare
@GoogTech GoogTech released this 30 Jun 09:30
· 14 commits to master since this release
72b595d

❤️ 在使用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