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
f71f60c2
Commit
f71f60c2
authored
May 23, 2025
by
Thaswin Muralikaran
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'thaswin' into 'master'
Updated Readme file See merge request
!3
parents
f1019d47
3e9016e9
Hide 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 @
f71f60c2
...
@@ -19,7 +19,7 @@ By the end of this session, students will be able to create a robust Spring Boot
...
@@ -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.
-
Brief explanation on Spring Boot architectures.
-
Introduction to Swagger UI for API testing.
-
Introduction to Swagger UI for API testing.
## 2. Project Setup (
15
minutes)
## 2. Project Setup (
30
minutes)
### SQL Setup
### SQL Setup
...
@@ -45,6 +45,11 @@ By the end of this session, students will be able to create a robust Spring Boot
...
@@ -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
-
Add: %JAVA_HOME%
\b
in
-
Click OK to save.
-
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
### Spring Boot Setup
-
Create new project in
[
Spring initializr
](
https://start.spring.io/
)
.
-
Create new project in
[
Spring initializr
](
https://start.spring.io/
)
.
...
@@ -103,7 +108,7 @@ my-product-management-svc
...
@@ -103,7 +108,7 @@ my-product-management-svc
-
In the application.properties file under the resources folder add the database configuration.
-
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.username=root
spring.datasource.password=01234
spring.datasource.password=01234
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
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