Skip to content

Commit 932939d

Browse files
committed
2 parents 5b29ab5 + 9decb18 commit 932939d

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

Project9-RealProject-Populations/README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,43 +14,58 @@
1414
-> Create Database(DB) in MySQL and Setup (Spring Boot property)
1515

1616

17-
* Step-1. RegistrationFrontBackend_v1: Registration and Login with Spring Boot, Security, Thymeleaf, Hibernate, MySQL
17+
## * Step-1. RegistrationFrontBackend_v1: Registration and Login with Spring Boot, Security, Thymeleaf, Hibernate, MySQL
1818
-> Create and Setup Spring Boot Project in IntelliJ
1919
-> Database(DB) Setup
2020
* Registration and Login with Spring Boot, Spring Security, Thymeleaf, Hibernate and MySQL
2121
-> Spring Boot + JPA/Hibernate + Thymeleaf
2222
-> Create JPA Entities - User and Role (Many to Many Mapping)
2323
* Backend implementation for Registration Feature (Repository, Service and Controller)
2424

25-
* Step-2. RegistrationFrontBackend_v2: Registration and Login with Spring Boot, Security, Thymeleaf, Hibernate, MySQL
25+
## * Step-2. RegistrationFrontBackend_v2: Registration and Login with Spring Boot, Security, Thymeleaf, Hibernate, MySQL
2626
* Front-end implementation for Registration Feature (Thymeleaf template_)
2727
* Spring Security Configuration
2828
* Backend implementation for Login Feature
2929
* Front-end implementation for Login Feature
3030
* Logout and Home Page Implementation
3131

32-
* Step-3. Login-USER
32+
## * Step-3. Login-USER
3333
* Front-end implementation for Registration Feature (Thymeleaf template_)
3434
* Spring Security Configuration
3535
* Backend implementation for Login Feature
3636
* Front-end implementation for Login Feature
3737
* SigIn/Logout and Home Page Implementation
3838

39-
* Step-4
39+
## * Step-4. Population Search
40+
4041
* Front-end implementation for Registration Feature (Thymeleaf template_)
4142
* Spring Security Configuration
4243
* Backend implementation for Login Feature
4344
* Front-end implementation for Login Feature
4445
* SigIn/Logout and Home Page Implementation
4546

46-
* Step-5 DynamicField_People
47-
47+
## * Step-5 DynamicField_People
48+
* Front-end implementation for Registration Feature (Thymeleaf template_)
49+
* Spring Security Configuration
4850

4951
![Population1](https://user-images.githubusercontent.com/11626327/87030904-3f4be500-c21d-11ea-82c0-7f90a54c38c6.JPG)
5052
![Population2](https://user-images.githubusercontent.com/11626327/87030907-3fe47b80-c21d-11ea-8733-ff60a6deee1c.JPG)
5153
![Population3](https://user-images.githubusercontent.com/11626327/87030908-3fe47b80-c21d-11ea-8d39-c108dc68cd2a.JPG)
5254
![Population4](https://user-images.githubusercontent.com/11626327/87030909-407d1200-c21d-11ea-831b-285ecbe57d94.JPG)
5355
![Population](https://user-images.githubusercontent.com/11626327/87030900-3e1ab800-c21d-11ea-9353-c0d72cddf9e0.JPG)
5456

57+
58+
## Step-6. Population Final
59+
* Simpe Form CRUD people
60+
* Searching
61+
* Database dynamic control
62+
63+
![Population_Final1](https://user-images.githubusercontent.com/11626327/87119883-2cd3b900-c2ba-11ea-9770-a31923ce5b47.JPG)
64+
![Population_Final2](https://user-images.githubusercontent.com/11626327/87119885-2e04e600-c2ba-11ea-9aef-072d26606045.JPG)
65+
![Population_Final4](https://user-images.githubusercontent.com/11626327/87119887-2e9d7c80-c2ba-11ea-8e83-010b7bda366c.JPG)
66+
![Population_Final5](https://user-images.githubusercontent.com/11626327/87119889-2f361300-c2ba-11ea-8440-366c0ef67e7f.JPG)
67+
![Population_Final6](https://user-images.githubusercontent.com/11626327/87119892-2f361300-c2ba-11ea-8473-db681e6656db.JPG)
68+
69+
5570
# License: Spring Boot is Open Source software released
5671
* [ Apache 2.0 license ](http://www.apache.org/licenses/LICENSE-2.0.html)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ More valuable information also here ([let's go](https://dev.to/urunov/how-to-han
5353
* Sorting/Paginatation
5454
* Converting
5555
* Admin/User Controleres
56-
56+
57+
58+
59+
![Population_Final3](https://user-images.githubusercontent.com/11626327/87119886-2e9d7c80-c2ba-11ea-9357-184f2454daf1.JPG)
60+
5761
## Core data for Spring Boot with Database [details....](https://dev.to/urunov/how-to-handle-database-in-spring-boot-560)
5862

5963
This provides Database implementation in the Spring Boot. Indeed, We should breifly inform here concept of Spring, Spring Boot, JDBC, JPA, H2.

0 commit comments

Comments
 (0)