Advertisement
Guest User

application.properties

a guest
Mar 29th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. spring.datasource.url=jdbc:postgresql://localhost:5432/simplebooklibrary
  2. spring.datasource.username=root
  3. spring.datasource.password=root
  4. spring.jpa.hibernate.ddl-auto=update
  5. spring.jpa.properties.hibernate.show_sql=false
  6. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
  7.  
  8. server.port=3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement