Supermarket Web App

This web app is my training project using spring boot + mysql

Usage

# MySQL
spring.jpa.show-sql=true
spring.datasource.url=jdbc:mysql://localhost:3306/supermarket
spring.datasource.username=root
spring.datasource.password=root
server.port=8020

spring.jpa.hibernate.ddl-auto=update

Contact

Syihabuddin - syihabuddin2@gmail.com

Project Link : SupermarketWebApp