Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
174 views
in Technique[技术] by (71.8m points)

amazon web services - Multi maven project module spring boot + VueJS

How can I deploy on AWS a spring boot project with multi module maven for backend and one module maven for frontend (this with VueJS)?

question from:https://stackoverflow.com/questions/65896514/multi-maven-project-module-spring-boot-vuejs

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...