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
393 B

spring.datasource.url=jdbc:postgresql://localhost:5432/ScienceQuest
spring.datasource.username=ScienceQuest
spring.datasource.password=94gg98mFnp269JY98P2pZtVnEd8UkWPm
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