Thymeleaf was designed around the concept of Natural Templates that allows static prototyping: template logic doesn’t affect the template from being used as prototype. Although this is a great technique, you may also want to see the results in a running Spring Boot application and without restarting the server each time you change Thymeleaf view. In addition, you may expect that all other static resources like JavaScript and CSS files can be reloaded during development also. How to achieve it with Spring Boot?
Cleaner parameterized tests with JUnit 5
The general idea of parameterized unit tests is to run the same test method for different data. Creating parameterized tests in JUnit 4 is ...

Popular Posts
- Different ways of validating @RequestBody in Spring MVC with @Valid annotation
- Git bash in IntelliJ IDEA on Windows
- Spring Boot - Configure Log Level in runtime using actuator endpoint
- 8 ways of handling exceptions in JUnit. Which one to choose?
- Skip SSL certificate verification in Spring Rest Template

Categories
spring boot
(23)
java
(20)
unit testing
(19)
spring mvc
(16)
spring
(15)
spring 4
(13)
thymeleaf
(12)
tools
(12)
java 8
(8)
links
(7)
intellij
(5)
practices
(5)
spring security
(5)
angular2
(4)
assertj
(4)
openshift
(4)
productivity
(4)
jersey
(3)
testing
(3)
jee
(2)
maven
(2)
selenium
(2)
eclipse
(1)
gradle
(1)
junit 5
(1)
kanban
(1)
lombok
(1)
quartz
(1)
spring 5
(1)
spring data
(1)
