Skip to content

Commit 7ddcd60

Browse files
authored
Update readme.md
1 parent 6ae702e commit 7ddcd60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Hello!
44

55
This article about handling static jsp resources into fat jar with Spring boot and embedded Jetty.
66

7-
Firstly, you should create Spring Boot project. [SPRING INITIALIZR](http://start.spring.io) is convenient service to create project. Select maven project with java and spring boot 2.0.2 and add spring boot starter web dependency. And click to generate project
7+
Firstly, you should create Spring Boot project. [SPRING INITIALIZR](http://start.spring.io) is convenient service to create project. Select maven project with java and spring boot 2.0.6 and add spring boot starter web dependency. And click to generate project
88

99
Further, open new project in your favorite IDE.
1010

11-
I use embedded Jetty as Java Servlet Container which ships with spring boot starter web. Jetty require some dependencies to render jsp view. I use tomcat-embed-jasper library. It is more fast than Jetty's one. Add this dependencies to pom.xml:
11+
I use embedded Jetty as Java Servlet Container. Jetty require some dependencies to render jsp view. I use tomcat-embed-jasper library. It is more fast than Jetty's one. Add this dependencies to pom.xml:
1212

1313
<!-- JSP support -->
1414
<dependency>

0 commit comments

Comments
 (0)