SpringBoot + Thymeleaf + i18n (Internationalization)
Hello again. This week I had to study how to implement i18n in a Spring Boot + Thymeleaf CRM application I am developing. Spring Boot really makes it easy to...
Little, maybe helpful, programming snippets and tips
Hello again. This week I had to study how to implement i18n in a Spring Boot + Thymeleaf CRM application I am developing. Spring Boot really makes it easy to...
This is probably not the best approach and you guys can feel free to correct me in the comments section, but here is a simple tutorial on how I’m getting my...
It’s been a while! Project for this post: https://github.com/mtrojahn/spring-boot-websocket Recently I stumbled upon the need of using Websockets. I confess I know little about the subject and I hope this little...
The complete project can be found here: https://github.com/mtrojahn/spring-boot-groovy-zk As you already know if you read my previous posts, I kinda decided to shift my focus to Groovy and I’m learning...
The complete project can be found here: https://github.com/mtrojahn/spring-boot-groovy-mvc-simple This is yet another very basic example. This time I’ll show how to create get a Web-MVC Spring-Boot project started. You will...
The complete code for this project can be found here: https://github.com/mtrojahn/spring-boot-groovy-console-app Last weekend I was playing around with Gradle which I have never used before. The result is this very...
The complete code for this application: https://github.com/mtrojahn/spring-boot-console-app In this example I’ll try to show how to create a simple console application to print out the traditional “Hello World” message using...