audtjddld / springboot-reactive-stream-sample

1 stars 0 forks source link

Can we use your repo 'springboot-reactive-stream-sample' as an studying ground? #1

Open KHBM opened 5 years ago

KHBM commented 5 years ago

As title says, I want to use this repository code base as our studying base.

There are already rest api basis and error handle using the WebFlux that is awesome programming model recently.

It will be greatly appreciate if you give me an opinion as correct as possible. Thx for reading!

KHBM commented 5 years ago

감사합니다.

audtjddld commented 5 years ago

@KHBM 사용해도 괜찮지만, 개인적인 생각엔 Reative를 적용한 코드 보다는 Spring MVC로 작성된 코드로 전달해주는게 더 좋지 않을까 싶기도 하네요. 좀더 욕심내면 spring security 적용 후 oauth token 발급 후 API 발송할 수 있는 예제로 전달되면 더 좋지 않을까 라고 생각했었습니다.

개인적인 견해니 알맞게 작성하면 될 것 같아요.

KHBM commented 5 years ago

SPRING MVC + SECURITY 조언 감사드립니다. 알겠습니다. 확인해 주시고 부족한 부분 고쳐주시면 감사하겠습니다.