An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/kamranalinitb/spring5-recipe-app/tree/master.svg?style=shield)](https://circleci.com/gh/kamranalinitb/spring5-recipe-app/tree/master) [![codecov](https://codecov.io/gh/kamranalinitb/spring5-recipe-app/branch/master/graph/badge.svg)](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)