Advertisement
Guest User

Untitled

a guest
Sep 6th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. spring.datasource.tomcat.max-active=100
  2. spring.datasource.tomcat.max-idle=25
  3. spring.datasource.tomcat.min-idle=25
  4. spring.datasource.tomcat.test-on-borrow=true
  5. spring.datasource.tomcat.validationQuery=SELECT 1
  6. spring.datasource.tomcat.max-wait=10000
  7.  
  8. spring.datasource.url=${POSTGRES_URL}
  9. spring.datasource.username=${POSTGRES_USER}
  10. spring.datasource.password=${POSTGRES_PASSWORD}
  11. spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
  12. spring.jpa.generate-ddl=false
  13. spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
  14. spring.mvc.throw-exception-if-no-handler-found=true
  15. spring.resources.add-mappings=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement