Skip to content

Commit 2a11190

Browse files
authored
Update README.md
1 parent 336002d commit 2a11190

File tree

1 file changed

+57
-110
lines changed

1 file changed

+57
-110
lines changed
+57-110
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,7 @@
11
# Spring Boot Projects - Full Stack
22
Total projects provide Source Codes/Guides/App, indeed down below represents. We take an opinionated view of the Spring platform and several-party libraries so you can get started with as Spring Boot.
33

4-
#
5-
## Configuration table
6-
7-
| Components | Technology |
8-
| :--- | :----: |
9-
| Frontend | BootStrap, Jsp/ React 16+ |
10-
| Backend | Spring Boot 2.1+, Java 8/Java 11+ |
11-
| Security | Spring Security, SSL, Form, https, JWT|
12-
| Database | JPA-Hibernate, H2, MySQL, Oracle, MangoDB, Postgresql|
13-
| API Documentation | Swagger API + (Hub)|
14-
| Client Build | npm, yarn, webpack|
15-
| Server Build| Maven / Gradle|
16-
| API testing| POSTMAN / insomnia|
17-
| Tool | Intellj Idea/VSC|
18-
19-
20-
![spring](https://user-images.githubusercontent.com/11626327/82421331-ce5d3c00-9abb-11ea-9ba6-246044d124de.png)
21-
22-
# Part-1: Spring Boot Basics and Fundamentals with Projects
23-
(Attention: When You click RESOURE OR CODE, indeed, Detail explanations are inside the sources!)
24-
25-
* ### [ (resource](https://dev.to/hamdamboy/spring-boot-basics-and-fundamentals-with-projects-5967) / [ code) ]( https://github.com/Hamdambek/SpringBoot-Projects-FullStack/tree/master/Part-1%20Spring%20Boot%20Basic%20Fund%20Projects/SpringBootSourceCode) Getting Started with Spring Boot
26-
27-
* Installing Spring Boot + Maven (pom.xml) : (code) SpringBootFamilyMember
28-
* Spring Boot + Gradle : (code) Spring Gradle
29-
* Spring Boot 2 Hello World Application "Welcome-Back Again" : (code) SpringBootHelloWorld
30-
* Important Spring Boot Standalone : (code) SpringStandalone
31-
* Migrating from Spring to Spring Boot : (code) SpringDownloadFiles
32-
33-
* ### [ (resource](https://dev.to/hamdamboy/spring-boot-basics-and-fundamentals-with-projects-5967) / [ code) ]( https://github.com/Hamdambek/SpringBoot-Projects-FullStack/tree/master/Part-1%20Spring%20Boot%20Basic%20Fund%20Projects/SpringBootSources ) RESTfull API: Spring REST Template-Spring REST Client Methods
34-
35-
* Spring REST Client Methods (GET, POST, PUT and DELETE) : (code) SpringRestAPI
36-
* Spring Boot How to Change Port and Context Path : (code) SpringEmailProcess
37-
* Spring Boot2 Deploy WAR file to External Tomcat : (code) SpringWebJar
38-
* Bonus: Additional source codes
39-
40-
#
414

42-
# Part-2: Spring Boot Configuration
43-
* ### [(resource](https://dev.to/hamdamboy/twitter-sms-services-spring-boot-possible-xml-configuration-2p9m)/[ code)]( https://github.com/Hamdambek/SpringBoot-Projects-FullStack/tree/master/Part-2%20Spring%20Boot%20Configuration ) Configuration in Practical way
44-
45-
* Spring Boot 2 + Java Based Configuration
46-
* Spring Boot 2 + XML Configuration
47-
* Migrating from Spring to Spring Boot
485
#
496
# Part-3: Spring Boot Annotations
507

@@ -54,70 +11,60 @@
5411
* Spring Boot @EnableAutoConfiguration Annotation with Example
5512
* Spring Boot @SpringBootApplication Annotation with Example
5613
* Spring Boot - Creating Asynchronous Methods using @Async Annotation
57-
58-
#
59-
# Part-4: Spring Boot + REST API
60-
* ### ([resource](https://dev.to/hamdamboy/truly-there-is-no-difference-in-implementation-integrating-spring-with-jersey-and-integrating-jersey-with-spring-m2k)/ [ code ](https://github.com/Hamdambek/SpringBoot-Projects-FullStack/tree/master/Part-4%20Spring%20Boot%20REST%20API)) Database interconnections
61-
62-
63-
64-
65-
* Aspect Orient Programming (AOP) in Spring
66-
* Spring Boot 2 Hibernate 5 MySQL CRUD REST API Tutorial
67-
* Spring Boot 2 JPA MySQL CRUD Example
68-
* Spring Boot 2 CRUD REST APIs Validation Example
69-
* Spring Data JPA Auditing with Spring Boot 2 and MySQL Example
70-
* Spring Boot 2 Exception Handling for REST APIs
71-
* Spring Boot 2 Logging SLF4j Logback and LOG4j2 Example
72-
* Spring Boot 2 + Jersey REST + JPA + Hibernate 5 CRUD REST APIs
73-
* Spring Boot 2 - Scheduling Tasks
74-
* Spring Boot 2 RESTful API Documentation with Swagger 2
75-
* Spring Boot 2 - File Upload and Download Rest API Tutorial // LATEST
76-
#
77-
78-
# Part-5: Spring Boot + Web Application
79-
* ### (resource/[code](https://github.com/Hamdambek/SpringBoot-Projects-FullStack/tree/master/Part-5%20Spring%20Boot%20Web%20Application)) Web applicaiton develops
80-
81-
* Spring MVC + Spring Boot2 + JSP + JPA + Hibernate 5 + MySQL Example
82-
* Spring Boot 2 MVC Web Application Thymeleaf JPA MySQL Example
83-
* Spring Boot 2 - Spring MVC + Thymeleaf Input Form Validation
84-
* Spring Boot JPA Multiple Data Sources Example
85-
86-
#
87-
# Part-6: Spring Boot + Security
88-
* ### ([resource](https://dev.to/urunov/already-hacked-security-environment-of-the-system-1b82)/[code]( https://github.com/Hamdambek/SpringBoot-Projects-FullStack/tree/master/Part-6%20Spring%20Boot%20Security)) Security possiblities
89-
90-
* Spring Boot 2 + Spring MVC + Role Based Spring Security + JPA + Thymeleaf + MySQL
91-
* Authenticating a User with LDAP using Spring Boot and Spring Security
92-
* User Registration Module using Spring Boot 2 + Spring MVC + Spring Security + Hibernate 5 + Thymeleaf + MySQL
93-
#
94-
# Part-7: TEST: Spring Boot
95-
* ### (resource/[code](https://github.com/Urunov/SpringBoot-Projects-FullStack/tree/master/Part-7%20Spring%20Boot%20TEST)) Security possiblities
96-
97-
* Spring Data JPA + Repository Testing using Spring Boot + @DataJpaTest
98-
* Spring Boot 2 + REST APIs Integration Testing
99-
* Spring Boot 2 with JUnit 5 Testing Example
100-
#
101-
102-
# Part-8: Spring Boot Real Project (TO-DO)
103-
* ### ([resource]/[code](https://github.com/Urunov/SpringBoot-Projects-FullStack/tree/master/Part-8%20Spring%20Boot%20Real%20Projects)) Project: Spring Boot (toddler steps)
104-
105-
* Spring Boot + PostgreSQL + JPA/Hibernate CRUD Restful API Tutorial
106-
* Spring Boot + Spring JDBC + MySQL CRUD (Simple Project)
107-
* Spring Boot + Angular 8 Example Tutorial
108-
* Spring Boot + Angular 8 + WebSocket Example Tutorial
109-
* Spring Boot Thymeleaf CRUD Example Tutorial
110-
* Spring Boot + Angular 6 CRUD Example
111-
* Spring Boot 2 + Angular 7 CRUD Example Tutorial
112-
113-
# Reference Resources
114-
* [ Spring Annotation ](https://www.journaldev.com/16966/spring-annotations#spring-annotations-list)
115-
116-
* [ Spring MVC ](https://www.java67.com/2019/04/top-10-spring-mvc-and-rest-annotations-examples-java.html)
117-
118-
* [ Spring Books ](https://github.com/Hamdambek/SpringBoot-Projects-FullStack/tree/master/InAddition)
119-
120-
# License: Spring Boot is Open Source software released
121-
* [ Apache 2.0 license ](http://www.apache.org/licenses/LICENSE-2.0.html)
122-
123-
#
14+
## Those annotation which we implemented in the projects.
15+
@Autowired
16+
@Qualifier("laptop") this may use component regarding laptop name... (ex>= Component("lap1")
17+
18+
@autoconfiguration
19+
-------------------------
20+
@Bean
21+
-------------------------
22+
@Configuration
23+
@Control
24+
@Component
25+
@ComponentScan
26+
-------------------------
27+
@Data ---> at the class level is provided by Lombok and tells Lombok to generate all of those missing methods.
28+
@DeleteMapping
29+
-------------------------
30+
@EnableAutoConfiguration
31+
@Entity
32+
@EnableWebSecurity
33+
------------------------
34+
@ManyToMany (targetEntity=Ingredient.class_)
35+
@ManyToOne
36+
------------------------
37+
@NotNull
38+
@NotBlank
39+
@NoArgsConstructor ( access=AccessLevel.PRIVATE, force=true)
40+
------------------------
41+
@GetMapping
42+
-------------------------
43+
@Service
44+
@SpringBootApplication
45+
@SpringBootTest
46+
@Size
47+
@Slf4j - Simple Logging Facade for Java. Lombok's @Slf4j annotation to create a free SLF4J Logger object at runtime.
48+
@SessionAttributes
49+
@SuppressWarnings("")
50+
51+
-------------------------
52+
@PostMapping
53+
@PutMapping
54+
@PatchMapping
55+
@PrePersist
56+
@Profile
57+
-------------------------
58+
@RunWith(SpringRunner.class)---> prividing a test runner that guides JUnit in running a test. Plugin to JUnit to provide custom.
59+
@Repository
60+
@RequestMapping
61+
@RequiredArgsConstructor
62+
63+
------------------------
64+
@Table
65+
------------------------
66+
@Query("")
67+
------------------------
68+
@Valid
69+
------------------------
70+
@WebMvcTest - set up Spring support for testing Spring MVC. Although it could be made to start a server, mocking the mechanics of Spring MVC.

0 commit comments

Comments
 (0)