File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,36 @@ Spring Boot and Thymeleaf with Maven
6
6
- Thymeleaf with Java 8 Time (Java8TimeDialect)
7
7
- WebJars
8
8
- Selenium configuration included
9
+ - Maven Wrapper included
10
+
11
+ Prerequisites
12
+ -------------
13
+
14
+ - JDK 8 and JAVA_HOME environment variable set
15
+
16
+ Building the project
17
+ --------------------
18
+
19
+ Clone the repository:
20
+
21
+ > git clone https://github.com/kolorobot/spring-boot-thymeleaf
22
+
23
+ Navigate to the newly created folder:
24
+
25
+ > cd spring-boot-thymeleaf
26
+
27
+ Run the project with:
28
+
29
+ > mvnw clean spring-boot: run
30
+
31
+ To package the project run:
32
+
33
+ > mvnw clean package
9
34
10
35
11
36
Referenced articles:
12
37
--------------------
13
38
14
- - http://blog.codeleak.pl/2015/11/how-to-java-8-date-time-with-thymeleaf.html
15
- - http://blog.codeleak.pl/2014/04/how-to-spring-boot-and-thymeleaf-with-maven.html
16
- - http://blog.codeleak.pl/2015/03/spring-boot-integration-testing-with.html
39
+ - [ Java 8 Date & Time with Thymeleaf ] ( http://blog.codeleak.pl/2015/11/how-to-java-8-date-time-with-thymeleaf.html )
40
+ - [ Spring Boot and Thymeleaf with Maven ] ( http://blog.codeleak.pl/2014/04/how-to-spring-boot-and-thymeleaf-with-maven.html )
41
+ - [ Spring Boot Integration Testing with Selenium ] ( http://blog.codeleak.pl/2015/03/spring-boot-integration-testing-with.html )
Original file line number Diff line number Diff line change 13
13
<java .version>1.8</java .version>
14
14
<maven .compiler.source>${java.version} </maven .compiler.source>
15
15
<maven .compiler.target>${java.version} </maven .compiler.target>
16
+ <failOnMissingWebXml >false</failOnMissingWebXml >
16
17
</properties >
17
18
18
19
<!-- Spring IO Platform for dependency management -->
You can’t perform that action at this time.
0 commit comments