You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ScienceQuest/SpringBootProject/src/main/resources/application.properties

8 lines
372 B

spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=iut
spring.datasource.password=password974519874185$976
spring.datasource.driver-class-name=org.postgresql.Driver
spring.sql.init.mode=always
spring.sql.init.schema-locations=classpath:schema.sql
spring.jackson.serialization.indent_output = true
server.error.include-message=always