Skip to content

Mini Project : E-commerce app for web using Spring Boot and MySql

Notifications You must be signed in to change notification settings

Hanene-Mansour/Mini-Projects-Spring-Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Mini-Projects-Spring-Boot

Mini Project : E-commerce app for web using Spring Boot and MySql

Used Tools

  • Java 19
  • Spring Boot v4.17.1
  • Maven
  • MySQL Community Server
  • Spring Security and roles
  • Spring Data Jpa

Database Configuration in Spring Boot

Change database connection config in src/main/resources/application.properties

  • spring.datasource.url=jdbc:mysql://localhost/cmsshoppingcart
  • spring.datasource.username=root
  • spring.datasource.password=

Running Examples

  • Download the zip or clone the Git repository.
  • Unzip the zip file (if you downloaded one)
  • Open Command Prompt and Change directory (cd) to folder containing pom.xml
  • Open Eclipse
    • File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip
    • Select the right project
  • Choose the Spring Boot Application file (search for @SpringBootApplication)
  • Right Click on the file and Run as Java Application

About

Mini Project : E-commerce app for web using Spring Boot and MySql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published