gourmetj-springboot/application.properties

28 lines
1.0 KiB
Properties
Raw Normal View History

2021-12-28 17:24:58 +00:00
# THIS is the application properties used when testing in the IDE
# The application.yml (production) is ignored.
#joinfaces.jsf.project-stage=development
# They lied. This doesn't work:
joinfaces.primefaces.theme=cupertino
joinfaces.jsf.webapp-resources-directory=/resources
# This works. Note that ONLY THE FIRST theme set will work unless
# you delete the old primefaces.THEME from ServletContext
server.servlet.context-parameters.primefaces.THEME=omega
2021-12-28 17:24:58 +00:00
spring.thymeleaf.enabled=false
server.error.whitelabel.enabled=false
2021-12-28 17:24:58 +00:00
spring.datasource.url=jdbc:mysql://dbase/recipes
#jdbc:sqlite:${home}/recipes.db
spring.datasource.username=recipes
pring.datasource.password=yumyumyum
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
#org.sqlite.JDBC
2021-12-28 17:24:58 +00:00
#spring.jpa.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
#org.sqlite.hibernate.dialect.SQLiteDialect
2021-12-30 17:43:27 +00:00
#spring.jpa.show-sql: true
2022-01-18 14:46:28 +00:00
# My special properties
gourmet.password.file=${user.home}/.gourmetpw