Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leeseojune53/learnboot
LearnBoot는 Spring Boot의 주요 기능을 학습하기 위해 보안 및 데이터베이스 접근 기능을 직접 구현해보는 실습용 프레임워크입니다.
https://github.com/leeseojune53/learnboot
Last synced: 18 days ago
JSON representation
LearnBoot는 Spring Boot의 주요 기능을 학습하기 위해 보안 및 데이터베이스 접근 기능을 직접 구현해보는 실습용 프레임워크입니다.
- Host: GitHub
- URL: https://github.com/leeseojune53/learnboot
- Owner: leeseojune53
- Created: 2024-05-24T04:49:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T05:29:42.000Z (6 months ago)
- Last Synced: 2024-11-30T09:47:36.662Z (24 days ago)
- Language: Java
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearnBoot
LearnBoot는 Spring Boot의 주요 기능을 학습하기 위해 보안 및 데이터베이스 접근 기능을 직접 구현해보는 실습용 프레임워크입니다.## TODO
- [X] IoC/DI
- [ ] Data Access
- [ ] AOP
- [ ] Transaction
- [ ] Web
- [ ] Security