Files
vueJava/java/src/main/resources/application.properties
2024-11-15 11:52:59 +09:00

11 lines
295 B
INI

spring.application.name=javavue
spring.datasource.url=jdbc:mariadb://localhost:3306/pub
spring.datasource.username=daniel
spring.datasource.password=Ghtkssk0325
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.show-sql=true
spring.jpa.properties.hibernate.format_sql=true