mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

class not found ???

siqiniao opened this issue · comments

This is not possible.
Here are the classes from webflux module and here from webmvc module.
Your file name is wrong. CharonConfigurer.java does not match the class name defined the file: CharonConfiguration. Rename the file to CharonConfiguration.java and it should work.

Also you have an old version of Charon included in your project: 3.2.0.
Check here to see how to install the new version.

If you still need help, let me know.