[Vuejs]-Multi maven project module spring boot + VueJS

0๐Ÿ‘

A Spring boot app can be deployed to the AWS cloud in many ways. For example, you can deploy a Spring boot app to the Elastic Beanstalk. It does not really matter how to build your Spring app โ€“ as long as you build a FAT JAR that contains the dependencies. For the front end, also it does not matter. I personally like using Thymeleaf.

Leave a comment