Spring Boot Annotations Explained
Starter Spring-Boot Kotlin and PCF
<div class="paragraph">
<p>Since we announced <a href="https://spring.io/blog/2017/01/04/introducing-kotlin-support-in-spring-framework-5-0">Spring Framework official support for Kotlin</a> in January 2017, a lot of things happened. Kotlin was announced as an official Android development language at Google I/O 2017, we continued to improve the Kotlin support across Spring portfolio and Kotlin itself has continued to evolve with key new features like <a href="https://kotlinlang.org/docs/reference/coroutines-overview.html">coroutines</a>.</p>
</div>
<div class="paragraph">
<p>I would like to take the opportunity of the <a href="https://spring.io/blog/2019/04/10/spring-framework-5-2-0-m1-available-now">first milestone of Spring Framework 5.2</a> to give a status overview of where we are when it comes to Spring and Kotlin. And I will make my best to focus on concrete improvements since I believe Spring and Kotlin share the same pragmatic mindset.</p>
</div>
Webinar on securing microservices with spring and pcf
Spring Boot Startup Performance
This article takes a more in depth view to the @SpringBootApplication annotation and its implemenation and implications.
Spring Fu is an experimental Kotlin micro-framework that makes it easy to create lightweight Spring-powered applications with functional APIs instead of annotations
Check out this custom toolkit that aims at combining the power of Spring Boot and Akka Persistence with an eye on event sourcing, DDD, and CQRS.
Spring Boot Admin – Admin UI for administration of spring boot applications | Java Code Geeks - 2017
As part of micro services development many of us are using Spring Boot along with Spring Cloud features. In micro services world we will have many Spring Boot applications which will be running on same/different hosts. If we add Spring Actuator to the Spring Boot applications, we will get a lot of out of the box end points to monitor and interact with Spring Boot applications. The list is given below.
A demo for using jasper within a Spring Boot App I made for a Jasper session.
This depicts integration of jasper reports within a spring boot app .
Mostly uses concept of JasperReportsViewResolver as defined here http://stackoverflow.com/questions/27532446/how-to-use-jasperreports-with-spring-mvc [Check the answer with the tick there :)]
Also the report included using my custom db and data so try putting your own .jrxml report there before trying to run.
The jasper endpoints shall be like http://localhost:8080/report/{reportname}?format={format}&id={id} (id param are optional,you can add ur custom report params there)
Cheers!
Gaurav