Skip to content

Spring Boot ShoppingMall with Thymeleaf, Security, PostgreSQL, QueryDSL

Notifications You must be signed in to change notification settings

Hoon9901/hoon_shoppingmall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot ShoppingMall

image Hits

Tech Stack

- Spring Boot 2.6.2
- Spring Data JPA
- Spring Security
- PostgreSQL
- H2
- QueryDSL
- Thymeleaf

Setting Up

  • Create PostgreSQL database

      psql > CREATE DATABASE shop;
  • Configure database (application.yml)

    spring.datasource.url=jdbc:postgresql://localhost:5432/shop
    spring.datasource.username=<YOUR_USERNAME>
    spring.datasource.password=<YOUR_PASSWORD>
  • Run Porject

      > ./gradlew bootRun    

About

Spring Boot ShoppingMall with Thymeleaf, Security, PostgreSQL, QueryDSL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published