-
Spring Boot Hello World Example Thymeleaf
In this article, we will show you how to develop a Spring Boot web application, using Thymeleaf view, embedded Tomcat and package it as an executable JAR file.
Date: 2019-08-17 View: 1520
-
Spring Boot Hello World Example Thymeleaf
In this article, we will show you how to develop a Spring Boot web application, using Thymeleaf view, embedded Tomcat and package it as an executable JAR file.
Date: 2019-08-16 View: 1520
-
Spring Boot How to change Tomcat port
In Spring Boot, to change the embedded Tomcat initialized port (8080), update server.port properties.
Date: 2019-08-11 View: 1520
-
Spring Boot Jetty as embedded server
By default, Spring Boot use Tomcat as the default embedded server, to change it to Jetty, just exclude Tomcat and include Jetty like this :
Date: 2019-08-11 View: 1520
-
Spring Boot Hello World Example Mustache
A Spring Boot web application example, using embedded Tomcat + Mustache template engine, and package as an executable JAR file.
Date: 2019-08-11 View: 1520