https://github.com/somekay/spring-sandbox
Playground for Java Spring
https://github.com/somekay/spring-sandbox
Last synced: 12 days ago
JSON representation
Playground for Java Spring
- Host: GitHub
- URL: https://github.com/somekay/spring-sandbox
- Owner: SomeKay
- Created: 2019-05-06T15:33:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T05:30:41.000Z (about 7 years ago)
- Last Synced: 2025-11-20T08:03:27.032Z (7 months ago)
- Language: Java
- Size: 30.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Sandbox
A Java Spring playground for testing out different things.
## Run application
The application can be run by invoking `./mvnw spring-boot:run`.
The application can be accessed [locally at port 5000](http://localhost:5000).
## Deployment on AWS
To deploy the application:
- create a new Elastic Beanstalk Application
- build this application with `./mvnw package`
- upload it to your Elastic Beanstalk Application (no need for special configuration)