Java Spring Boot app one jar multiple tasks
I’m working on a simple web application with Java and Spring Boot. It reads data from PostgreSQL using MyBatis and provides a JSON API to clients. My app is deployed to the server as a single jar file.
I’m working on a simple web application with Java and Spring Boot. It reads data from PostgreSQL using MyBatis and provides a JSON API to clients. My app is deployed to the server as a single jar file.