File tree 4 files changed +13
-2
lines changed
src/main/resources/templates/fragments
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ This demo app uses spring boot and a h2-database as technologies.
19
19
20
20
Then browse to ` http://localhost:8080 `
21
21
22
+ Or build and run with maven locally:
23
+
24
+ ``` shell
25
+ mvn spring-boot:run
26
+ ```
27
+
22
28
## Building
23
29
24
30
This is a simple maven project. Just run ` maven package ` .
Original file line number Diff line number Diff line change 61
61
<artifactId >bootstrap</artifactId >
62
62
<version >5.2.3</version >
63
63
</dependency >
64
+ <dependency >
65
+ <groupId >org.webjars</groupId >
66
+ <artifactId >webjars-locator-core</artifactId >
67
+ <version >0.54</version >
68
+ </dependency >
64
69
</dependencies >
65
70
66
71
<build >
Original file line number Diff line number Diff line change 9
9
< footer >
10
10
11
11
< script type ="text/javascript "
12
- src ="webjars/bootstrap/5.1.3/ js/bootstrap.min.js "> </ script >
12
+ src ="webjars/bootstrap/js/bootstrap.min.js "> </ script >
13
13
14
14
</ footer >
15
15
</ div >
Original file line number Diff line number Diff line change 3
3
< div th:fragment ="header-css ">
4
4
<!-- this is header-css -->
5
5
< link rel ="stylesheet " type ="text/css "
6
- href ="webjars/bootstrap/5.1.3/ css/bootstrap.min.css " />
6
+ href ="webjars/bootstrap/css/bootstrap.min.css " />
7
7
< title > K8s Test App</ title >
8
8
</ div >
9
9
</ head >
You can’t perform that action at this time.
0 commit comments