lwen
Results
2
issues of
lwen
when i use it in springboot proj , and use sample case: ```java public static JafuApplication app = webApplication(a -> a.beans(b -> b .enable(webMvc(s -> s .port(s.profiles().contains("test") ? 8181 :...