Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOTS--API Spring Boot

Spring Boot backend API implements for dots ecomerce web app

Note:

  • It might took a while to load all the dependencies and configure
  • Make sure to change your application.properties settings adapt to your database management system
  • Run your database management system first before running the app

Basic settings for application.properties:

server.port=8080

//  Database config 
spring.datasource.url=jdbc:mysql://localhost:3306/dots_db?useSSL=false
spring.datasource.username=root
spring.datasource.password=root
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL8Dialect

spring.jpa.hibernate.ddl-auto=create
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql = true
spring.jpa.properties.javax.persistence.validation.mode=none

About

Spring Boot Back-end API for dots commerce web app

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages