Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Spring Boot server configuration
- spring.datasource.url=jdbc:postgresql://localhost:5432/crud
- spring.datasource.username=postgres
- spring.datasource.password=psqlroot
- spring.datasource.driver-class-name=org.postgresql.Driver
- spring.jpa.hibernate.ddl-auto=update
- spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
- spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
- #server.address=0.0.0.0
- #server.port=8000
- #H2 console web access configuration
- #Open "http://0.0.0.0:8000/h2-console" and hit "Connect" button
- #spring.h2.console.enabled=true
- #spring.h2.console.path=/h2-console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement