Update Home
parent
bb3f4f27c2
commit
9d5049cc5c
1 changed files with 15 additions and 1 deletions
16
Home.md
16
Home.md
|
@ -1,4 +1,4 @@
|
|||
How to setup DEV environment
|
||||
### How to setup DEV environment
|
||||
|
||||
1. Checkout the project
|
||||
2. Open CMD (as administrator)
|
||||
|
@ -6,3 +6,17 @@ How to setup DEV environment
|
|||
4. Build & Run SpringBoot App. Run: mvnw
|
||||
5. Open browser: http://localhost:8081 (for testing)
|
||||
6. Open eclipse. Import project "as Maven project"
|
||||
|
||||
### Pre-Requisits
|
||||
|
||||
- Java version: 17.0.10 (JDK)
|
||||
- Apache Maven 3.8.1
|
||||
- Eclipse IDE 2024-03 (4.31.0)
|
||||
- MySQL 8.0 or MariaDB 10.6
|
||||
|
||||
### Project Database Config
|
||||
**Using MySQL (active):**
|
||||
jdbc:mysql://localhost:3306/resilient_resilient?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&createDatabaseIfNotExist=true
|
||||
|
||||
**Using MariaDB:**
|
||||
jdbc:mariadb://localhost:3306/resilient_resilient?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&createDatabaseIfNotExist=true
|
Loading…
Add table
Add a link
Reference in a new issue