Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
product-management-svc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mbdk-tot
product-management-svc
Commits
3e9016e9
Commit
3e9016e9
authored
May 23, 2025
by
Thaswin Muralikaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Readme file
parent
584fd305
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
README.md
README.md
+7
-2
No files found.
README.md
View file @
3e9016e9
...
...
@@ -19,7 +19,7 @@ By the end of this session, students will be able to create a robust Spring Boot
-
Brief explanation on Spring Boot architectures.
-
Introduction to Swagger UI for API testing.
## 2. Project Setup (
15
minutes)
## 2. Project Setup (
30
minutes)
### SQL Setup
...
...
@@ -45,6 +45,11 @@ By the end of this session, students will be able to create a robust Spring Boot
-
Add: %JAVA_HOME%
\b
in
-
Click OK to save.
### IDE Setup
-
Install the Intellij IDEA by following this link
[
click here
](
https://www.jetbrains.com/idea/download/?section=windows
)
.
-
Download the Community Edition and install it.
### Spring Boot Setup
-
Create new project in
[
Spring initializr
](
https://start.spring.io/
)
.
...
...
@@ -103,7 +108,7 @@ my-product-management-svc
-
In the application.properties file under the resources folder add the database configuration.
```
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/productmngm?useSSL=false&serverTimezone=UTC
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/productmngm?
createDatabaseIfNotExist=true&
useSSL=false&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=01234
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment