arakoodev / FlySpring

Developer-friendly Spring Boot flavor. Supercharged cli "flyfly" to make you fall in love with Java again
MIT License
7 stars 7 forks source link

package based routing webflux #3

Open sandys opened 1 year ago

sandys commented 1 year ago

get all packages starting with a name. https://stackoverflow.com/questions/13944633/java-reflection-get-list-of-packages/13944677#13944677

in all the packages, get the class named "FlyController". Add them to the router based on path.