@JMagician
  • Stars
    star
    119
  • Global Org. Rank 53,206 (Top 17 %)
  • Most used languages
    Java
    100.0 %
  • Location πŸ‡ΈπŸ‡¬ Singapore
  • Country Total Rank 1,053
  • Country Ranking
    Java
    65

Top repositories

1

Magician

Magician 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.
Java
104
star
2

Magician-Web

Magician-Web is the official web component of Magician, which can easily manage Controllers, support interceptors, session management, annotated parameter validation, entity class receiving parameters, etc.
Java
7
star
3

Magician-JDBC

Magician-JDBC is the official JDBC component of Magician, supporting multiple data sources, no sql single table operations, complex operations can write sql, transaction management, etc.
Java
3
star
4

Magician-Containers

Magician-Containers is a container management module that allows for the unified management of beans in a project, which brings two extensions: AOP and timed tasks
Java
2
star
5

Magician-Route

Magician-Route is the official web component of Magician, which was developed from Magician-Web, mainly by removing the reflection inside, sacrificing a bit of ease of use and putting the focus on performance.
Java
2
star
6

Magician-Configure

Magician-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
Java
1
star