Skip to content

A codebase for Product and Category Service, all built with Spring Boot and Spring 4

Notifications You must be signed in to change notification settings

StevenNdaye/pac-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • Make sure that you have mysql installed and able to run, login with proper credentials.
mysql -u root -p
  • Execute the .sql script, you can find it in this project.
source 'scripts.sql' (or any path)
  • Make sure that your maven is bundled with Java 8.
  • cd into the project, clean and package it and then run it.
mvn clean
mvn package
mvn spring-boot:run

NB: You will realise that the database used is from the Netbeans E-commerce project.

About

A codebase for Product and Category Service, all built with Spring Boot and Spring 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages