Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Sean Thomas
1,681 PointsSpring Boot and Development Environment
Is Spring Boot used only for hosting the website on your local machine for development purposes? If you wanted to deploy this website publicly would you have to, for example, deploy the website on an Amazon EC2 instance? If you do the latter, can you still use Spring Boot as your dev environment?
1 Answer
Seth Kroger
56,416 PointsAbsolutely. There is nothing fundamentally different between running a Spring Boot app locally for development and running the same app on a public server other than packaging it up in a JAR. A Spring Boot app can be deployed publicly on services like AWS or Heroku.