Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djccnt15/study_webflux
study spring webflux
https://github.com/djccnt15/study_webflux
Last synced: about 1 month ago
JSON representation
study spring webflux
- Host: GitHub
- URL: https://github.com/djccnt15/study_webflux
- Owner: djccnt15
- License: mit
- Created: 2024-03-16T14:15:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:15:10.000Z (10 months ago)
- Last Synced: 2024-04-12T21:18:22.674Z (10 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# study_webflux
study spring webflux
## swagger-ui
- [webflux](http://127.0.0.1:8080/webjars/swagger-ui/index.html)
- [sample server](http://127.0.0.1:8090/swagger-ui/index.html)**주의**
webflux와 mvc를 섞어서 MSA를 개발할 때는 공통 코드를 분리해야함.
공통 코드로 인해 서로 다른 디펜던시의 충돌이 발생