Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gihyeon6394/spring-in-action
Book : Spring in Action
https://github.com/gihyeon6394/spring-in-action
Last synced: 6 days ago
JSON representation
Book : Spring in Action
- Host: GitHub
- URL: https://github.com/gihyeon6394/spring-in-action
- Owner: gihyeon6394
- Created: 2023-11-25T07:38:33.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-29T03:27:31.000Z (12 months ago)
- Last Synced: 2023-11-29T04:27:47.203Z (12 months ago)
- Language: Java
- Size: 4.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spring in Action
### Sixth Edition
- part1 - Foundational Spring
1. Getting started with Spring
2. Developing web applications
3. Working with data
4. Working with nonrelational data
5. [Securing Spring](contents/5_securing_spring/README.md)
6. Working with configuration properties
- part2 - Integrated Spring
7. [Creating REST services](contents/7_creating_rest_services/README.md)
8. Securing REST
9. Sending messages asynchronously
10. Integrating Spring
- part3 - Reactive Spring
- part4 - Deployed Spring