Change the repository type filter
All
Repositories list
8 repositories
Magician-Document
PublicMagic
PublicMagician-JDBC
PublicMagician-Route
PublicMagician-Http
PublicMagician is a small HTTP service package based on Netty that makes it very easy to start an http service, and also supports WebSocket, using annotated configuration Handler, If you want to develop an http service with netty but find it cumbersome, then Magician may help you.Magician-Web
PublicMagician-Containers
PublicMagician-Configure
PublicMagician-Configure is a configuration manager that can easily read configuration files from external, remote, and local(class resource directories) and cache them in key-value form in the project. When fetching configuration data, if it is not in the cache, it will automatically go to the environment variables to fetch