Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. spring.datasource.url=jdbc:h2:file:c:/_temp/billing
  2. spring.datasource.username=sa
  3. spring.datasource.password=sa
  4. spring.h2.console.enabled=true
  5.  
  6. #spring.datasource.url=jdbc:mysql://localhost:3306/billing?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
  7. #jdbc:mysql://localhost/db?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
  8.  
  9. #spring.datasource.username=root
  10. #spring.datasource.password=root
  11. #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  12.  
  13. spring.jpa.hibernate.ddl-auto=update
  14.  
  15. spring.jpa.properties.org.hibernate.envers.audit_table_suffix=_AUDIT_LOG
  16.  
  17. hu.progie.billing.invoiceNumberFormat=Invoice-{id}-{year}
  18. #hu.progie.billing.invoice-number-format=${hu.progie.billing.default-invoice-number-format}-[year]
  19.  
  20. jsf.primefaces.theme=omega
  21. jsf.primefaces.font-awesome=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement