10 lines
284 B
Markdown
10 lines
284 B
Markdown
## Build instructions
|
|
|
|
- Enter your database details in the **src/main/resources/application.yml** file
|
|
- Through IntelliJ simply click on the run button
|
|
- Or through console
|
|
- ./mvnw dependency:resolve
|
|
- ./mvnw spring-boot:run
|
|
|
|
##### **NOTE:** requires Java 17 and MySQL 8
|