spring-lemon icon indicating copy to clipboard operation
spring-lemon copied to clipboard

How to spring gateway?

Open baiyifengyun opened this issue 1 year ago • 3 comments

How to integrate the spring-Lemon-exceptions module in the spring gateway?

baiyifengyun avatar Aug 16 '22 22:08 baiyifengyun

Spring Gateway is a reactive microservce I believe. Other spring-lemon modules have examples of using spring-lemon exceptions in both reactive and non-reactive environments. Looking how it's used in those might help.

naturalprogrammer avatar Aug 17 '22 01:08 naturalprogrammer

I can't find it. Can you give me a URL? Thanks!

baiyifengyun avatar Aug 17 '22 04:08 baiyifengyun

MAybe you could start digging from here: https://github.com/naturalprogrammer/spring-lemon/blob/master/spring-lemon-commons-reactive/src/main/java/com/naturalprogrammer/spring/lemon/commonsreactive/exceptions/LemonReactiveErrorAttributes.java

naturalprogrammer avatar Aug 17 '22 09:08 naturalprogrammer