Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 513 Bytes

Configuration

Use IntelliJ IDEA to open the project

The default Run Configuration has "-Dspring.profiles.active=dev" JVM parameter , which specify application-dev.yml as configuration file

MongoDB

  1. MongoDB should have a database whose name is set in the application-dev.yml or application-prod.yml

  2. Create a collection named "sites", then import the json data from "design/sites.json"

introduce-2021-12-30.mp4