mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
240 stars 54 forks source link

class not found ??? #95

Closed siqiniao closed 4 years ago

siqiniao commented 4 years ago

image

mkopylec commented 4 years ago

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.

mkopylec commented 4 years ago

If you still need help, let me know.