2021-12-28 17:24:58 +00:00
|
|
|
|
|
|
|
joinfaces.jsf.project-stage=development
|
2021-12-30 17:43:27 +00:00
|
|
|
joinfaces.primefaces.theme=bluesky
|
2021-12-28 17:24:58 +00:00
|
|
|
|
2021-12-31 13:22:01 +00:00
|
|
|
spring.thymeleaf.enabled=false
|
|
|
|
server.error.whitelabel.enabled=false
|
2021-12-28 17:24:58 +00:00
|
|
|
|
|
|
|
spring.datasource.url=jdbc:sqlite:/home/timh/foo/bazz/recipes.db
|
|
|
|
#spring.datasource.username=dbuser
|
|
|
|
#pring.datasource.password=dbpass
|
|
|
|
spring.datasource.driverClassName=org.sqlite.JDBC
|
|
|
|
#spring.jpa.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect
|
|
|
|
spring.jpa.database-platform=org.sqlite.hibernate.dialect.SQLiteDialect
|
2021-12-30 17:43:27 +00:00
|
|
|
#spring.jpa.show-sql: true
|