File tree Expand file tree Collapse file tree 9 files changed +26
-18
lines changed Expand file tree Collapse file tree 9 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
2121spring.jpa.database-platform =org.hibernate.dialect.PostgreSQL9Dialect
2222spring.jpa.hibernate.ddl-auto =create-drop
2323spring.jpa.properties.hibernate.globally_quoted_identifiers =true
24-
24+ spring.thymeleaf.cache =false
25+ spring.thymeleaf.enabled =true
26+ spring.thymeleaf.check-template-location =true
Original file line number Diff line number Diff line change 55</ head >
66< body th:insert ="template :: tw_body ">
77
8- < div class ="container " th:replace ="tw_main_app ">
9- <!-- Example row of columns -->
10- < div class ="row ">
11- < div class ="col-md-12 ">
12- < h2 > All Categories:</ h2 >
13- < hr />
14- < ul th:each ="item : ${all} ">
15- < li th:text ="${item.name} " />
16- </ ul >
8+ < body th:insert ="template :: tw_body ">
9+
10+ < main role ="main " th:insert ="tw_main ">
11+
12+ < div class ="container " th:replace ="template :: tw_main_app ">
13+ <!-- Example row of columns -->
14+ < div class ="row ">
15+ < div class ="col-md-12 ">
16+ < h2 > All Categories:</ h2 >
17+ < hr />
18+ < ul th:each ="item : ${all} ">
19+ < li th:text ="${item.name} " />
20+ </ ul >
21+ </ div >
1722 </ div >
1823 </ div >
19- </ div >
24+
25+ </ main >
2026
2127</ body >
2228</ html >
Original file line number Diff line number Diff line change 55</ head >
66< body th:insert ="template :: tw_body ">
77
8- < div class ="container " th:replace ="tw_main_app ">
8+ < div class ="container " th:replace ="template :: tw_main_app ">
99 <!-- Example row of columns -->
1010 < div class ="row ">
1111 < div class ="col-md-12 ">
Original file line number Diff line number Diff line change 55</ head >
66< body th:insert ="template :: tw_body ">
77
8- < div class ="container " th:replace ="tw_main_app ">
8+ < div class ="container " th:replace ="template :: tw_main_app ">
99 <!-- Example row of columns -->
1010 < div class ="row ">
1111 < div class ="col-md-12 ">
Original file line number Diff line number Diff line change 55</ head >
66< body th:insert ="template :: tw_body ">
77
8- < div class ="container " th:replace ="tw_main_app ">
8+ < div class ="container " th:replace ="template :: tw_main_app ">
99 <!-- Example row of columns -->
1010 < div class ="row ">
1111 < div class ="col-md-12 ">
Original file line number Diff line number Diff line change 55</ head >
66< body th:insert ="template :: tw_body ">
77
8- < div class ="container " th:replace ="tw_main_app ">
8+ < div class ="container " th:replace ="template :: tw_main_app ">
99 <!-- Example row of columns -->
1010 < div class ="row ">
1111 < div class ="col-md-12 ">
Original file line number Diff line number Diff line change 55</ head >
66< body th:insert ="template :: tw_body ">
77
8- < div class ="container " th:replace ="tw_main_app ">
8+ < div class ="container " th:replace ="template :: tw_main_app ">
99 <!-- Example row of columns -->
1010 < div class ="row ">
1111 < div class ="col-md-12 ">
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ <h1 class="display-3">Learn Neo4j!</h1>
5959 < p > This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</ p >
6060 < p > < a class ="btn btn-primary btn-lg " href ="# " role ="button "> Learn more »</ a > </ p >
6161 </ div >
62- </ div >
62+ </ div >
6363
6464 < div class ="container " th:fragment ="tw_main_app ">
6565 <!-- Example row of columns -->
Original file line number Diff line number Diff line change 55</ head >
66< body th:insert ="template :: tw_body ">
77
8- < div class ="container " th:replace ="tw_main_app ">
8+ < div class ="container " th:replace ="template :: tw_main_app ">
99 <!-- Example row of columns -->
1010 < div class ="row ">
1111 < div class ="col-md-12 ">
You can’t perform that action at this time.
0 commit comments