https://github.com/atechguide/spring5-recipe-app
Spring Boot Recipe project
https://github.com/atechguide/spring5-recipe-app
Last synced: 4 months ago
JSON representation
Spring Boot Recipe project
- Host: GitHub
- URL: https://github.com/atechguide/spring5-recipe-app
- Owner: aTechGuide
- Created: 2017-07-27T15:45:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T13:27:43.000Z (about 8 years ago)
- Last Synced: 2024-12-31T04:41:55.361Z (over 1 year ago)
- Language: Java
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/kamranalinitb/spring5-recipe-app/tree/master) [](https://codecov.io/gh/kamranalinitb/spring5-recipe-app)
## Recipe App
**Persistance Details**
DB: H2
Web Console: http://localhost:8080/h2-console/
URL: jdbc:h2:mem:testdb
## Commands
Docker Run Command: ```docker run --name mysqldb -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -d mysql```
## Reference
Developed while learning Spring MVC Application @[SpringFrameworkGuru](https://courses.springframework.guru/p/spring-framework-5-begginer-to-guru)