diff --git a/application.properties b/application.properties index f5b0673..0dc6c5f 100644 --- a/application.properties +++ b/application.properties @@ -1,8 +1,8 @@ joinfaces.jsf.project-stage=development -joinfaces.primefaces.theme=omega +joinfaces.primefaces.theme=bluesky -spring.thymeleaf.enabled=false +#spring.thymeleaf.enabled=false spring.datasource.url=jdbc:sqlite:/home/timh/foo/bazz/recipes.db #spring.datasource.username=dbuser @@ -10,4 +10,4 @@ spring.datasource.url=jdbc:sqlite:/home/timh/foo/bazz/recipes.db spring.datasource.driverClassName=org.sqlite.JDBC #spring.jpa.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect spring.jpa.database-platform=org.sqlite.hibernate.dialect.SQLiteDialect -#spring.jpa.show-sql: true \ No newline at end of file +#spring.jpa.show-sql: true diff --git a/src/main/resources/META-INF/resources/application.yml b/src/main/resources/META-INF/resources/application.yml index 4e57c5c..3e5e2ea 100644 --- a/src/main/resources/META-INF/resources/application.yml +++ b/src/main/resources/META-INF/resources/application.yml @@ -1,7 +1,3 @@ -server: - context-path: /codenotfound - port: 9090 - spring: datasource: url: jdbc:sqlite:/home/timh/foo/bazz/recipes.db diff --git a/src/main/resources/META-INF/resources/detailEdit.xhtml b/src/main/resources/META-INF/resources/detailEdit.xhtml index bd21dca..f9751ad 100644 --- a/src/main/resources/META-INF/resources/detailEdit.xhtml +++ b/src/main/resources/META-INF/resources/detailEdit.xhtml @@ -38,7 +38,7 @@ - @@ -84,13 +84,13 @@ - - - @@ -233,7 +234,7 @@ diff --git a/src/main/resources/META-INF/resources/main.xhtml b/src/main/resources/META-INF/resources/main.xhtml index f8d5627..91fa9bc 100644 --- a/src/main/resources/META-INF/resources/main.xhtml +++ b/src/main/resources/META-INF/resources/main.xhtml @@ -10,16 +10,19 @@ - - -C + + + + - - - - - - - - - - - - + + + + + + + + + + + + + - + - +