|
16 | 16 | -- A production features sample with no web application
|
17 | 17 | * link:spring-boot-sample-actuator-log4j[spring-boot-sample-actuator-log4j]
|
18 | 18 | -- A production features sample using log4j for logging (instead of logback)
|
19 |
| -* link:spring-boot-sample-cache-ehcache[spring-boot-sample-cache] |
| 19 | +* link:spring-boot-sample-cache[spring-boot-sample-cache] |
20 | 20 | -- A web sample that uses Spring's cache abstraction
|
21 | 21 | * link:spring-boot-sample-web-ui[spring-boot-sample-web-ui]
|
22 | 22 | -- A thymeleaf web application
|
|
30 | 30 | -- A web application using native Groovy templates
|
31 | 31 | * link:spring-boot-sample-web-jsp[spring-boot-sample-web-jsp]
|
32 | 32 | -- A web application using JSP templates
|
33 |
| -* link:spring-boot-sample-web-tomcat8-jsp[spring-boot-sample-tomcat8-jsp] |
| 33 | +* link:spring-boot-sample-web-tomcat-jsp[spring-boot-sample-tomcat-jsp] |
34 | 34 | -- A web application using JSP templates with Tomcat 8
|
35 |
| -* link:spring-boot-sample-web-tomcat-multi-connectors[spring-boot-sample-tomcat-multi-connectors] |
| 35 | +* link:spring-boot-sample-tomcat-multi-connectors[spring-boot-sample-tomcat-multi-connectors] |
36 | 36 | -- A web application using multiple connectors in tomcat, showing how to customize the Tomcat server
|
37 | 37 | * link:spring-boot-sample-web-secure[spring-boot-sample-web-secure]
|
38 | 38 | -- A web application with typical Security configuration enabling a login form
|
|
44 | 44 | -- example showing a "raw" `Servlet` returning plaintext content
|
45 | 45 | * link:spring-boot-sample-ws[spring-boot-sample-ws]
|
46 | 46 | -- A simple contract-first SOAP web service with Spring Web Services
|
47 |
| -* link:spring-boot-sample-websocket[spring-boot-sample-websocket] |
48 |
| - -- A web application with Websocket support on the client and server |
| 47 | +* link:spring-boot-sample-websocket-jetty[spring-boot-sample-websocket-jetty] |
| 48 | + -- A web application with Websocket support on Jetty server |
| 49 | +* link:spring-boot-sample-websocket-tomcat[spring-boot-sample-websocket-tomcat] |
| 50 | + -- A web application with Websocket support on Tomcat server |
| 51 | +* link:spring-boot-sample-websocket-undertow[spring-boot-sample-websocket-undertow] |
| 52 | + -- A web application with Websocket support on Undertow server |
49 | 53 | * link:spring-boot-sample-flyway[spring-boot-sample-flyway]
|
50 | 54 | -- Example showing database migrations with Flyway
|
51 | 55 | * link:spring-boot-sample-liquibase[spring-boot-sample-liquibase]
|
|
0 commit comments