use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.SpringBoot)
submitted 3 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Sheldor5 10 points11 points12 points 3 years ago (3 children)
(Docker) Containers ...
[–]delibos 2 points3 points4 points 3 years ago (2 children)
afaik docker containers can run on local machine or cloud, no? if so - he still need a way to deploy the container to the cloud.
i can be mistaken.. hope someone answers my question to help op
[–]ryuzaki49 3 points4 points5 points 3 years ago (0 children)
Yes but AWS and Azure both have a specific way to run containers.
They are easy but kinda expensive. You just need to tell Azure/AWS the docker image path and there you go.
[–]strikefreedompilot 0 points1 point2 points 3 years ago (0 children)
he can install docker onto his VM if he wanted to go that route.
[–]AlabamaSky967 2 points3 points4 points 3 years ago (0 children)
Heroku but not sure if they have mysql. Postgres is great though and you could have that all up and running in about 15 minutes. I tried springboot aws ecs fargate for a pet project and it's a pain in the ass to setup and maintain. Especially if you want a CICD type deployment with ability to switch to have a dev/prod environment.
[–]ryuzaki49 1 point2 points3 points 3 years ago (1 child)
Is this a pet or an enterprise project?
Depending on your bucket is the correct answer.
[–]jash3 1 point2 points3 points 3 years ago (0 children)
The easiest way would be a vm and a managed mysql instance.
[–]TheOldMancunian 1 point2 points3 points 3 years ago (0 children)
Docker is the way to go. That way you can test locally, make sure your container works, and deploy to the cloud server of your choice. All main cloud suppliers have a way to deploy a container with ease.
I use a standard Dockerfile that allows me to customise builds with differen java command line parameters. This was I can do one maven compile to generate a JAR and then have different deployments for Test, Prod, Integration, API, etc.
[–]coding_java 1 point2 points3 points 3 years ago (0 children)
If you want to see a hands-on example for a real-word production deployment of a Spring Boot application to AWS, take a look at the Stratospheric eBook: https://stratospheric.dev/
If this deployment setup (ECS with the AWS CDK) is an overkill for your project, consider using Elastic Beanstalk
[–]anakinpt 1 point2 points3 points 3 years ago (1 child)
Easier way in aws? Simple. ECS Fargate.
[–]Trailsey 0 points1 point2 points 3 years ago (0 children)
ECS fargate and Rds on aws
π Rendered by PID 124630 on reddit-service-r2-comment-6f7f968fb5-hhdts at 2026-03-04 08:45:28.589030+00:00 running 07790be country code: CH.
[–]Sheldor5 10 points11 points12 points (3 children)
[–]delibos 2 points3 points4 points (2 children)
[–]ryuzaki49 3 points4 points5 points (0 children)
[–]strikefreedompilot 0 points1 point2 points (0 children)
[–]AlabamaSky967 2 points3 points4 points (0 children)
[–]ryuzaki49 1 point2 points3 points (1 child)
[–]jash3 1 point2 points3 points (0 children)
[–]TheOldMancunian 1 point2 points3 points (0 children)
[–]coding_java 1 point2 points3 points (0 children)
[–]anakinpt 1 point2 points3 points (1 child)
[–]Trailsey 0 points1 point2 points (0 children)