更新数据库地址

This commit is contained in:
2025-05-07 14:57:16 +09:00
parent 995676ae5d
commit a77cc6d0ea

View File

@ -4,7 +4,7 @@ spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
spring.datasource.url=jdbc:mysql://localhost:3306/mysql?serverTimezone=Asia/Tokyo
spring.datasource.username=root
spring.datasource.password=Jaichbin119
spring.datasource.url=jdbc:mysql://192.168.1.192:3306/mysql
spring.datasource.username=coder
spring.datasource.password=coder
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver