Guest User

Untitled

a guest
Mar 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #
  2. # Turn off liquibase initialization.
  3. spring.liquibase.enabled=false
  4.  
  5. # Oracle settings
  6. spring.datasource.url=jdbc:oracle:thin:@localhost:1521/xe
  7. spring.datasource.username=..
  8. spring.datasource.password=...
  9. spring.datasource.driver-class-name=...
  10. #
  11. # Hibernate
  12. spring.jpa.properties.hibernate.dialect=....
  13. #
  14. spring.jpa.properties.hibernate.show_sql=false
  15. spring.jpa.properties.hibernate.use_sql_comments=true
  16. spring.jpa.properties.hibernate.format_sql=true
  17.  
  18. java -jar x.jar --spring.profiles.active=default ..
  19.  
  20. java -jar x.jar --spring.profiles.active=oracle ..
Add Comment
Please, Sign In to add comment