vueJava/java/src/main/resources/application.properties

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