The downloads of Solon framework and maven in a single month exceeded 2 million!

What kind of open source project is Solon?

One, a new ecological application development framework for Java .it's built from scratch, has its own standard specification and open ecology (after five years, it has the second-level ecological scale in the world). Compared with other frameworks,It solves two important pain points: slow startup and memory consumption.

Key notes:

  • In January 2021, it will be officially open sourced to the outside world.
  • In July 2022, the official website will be established to promote
  • In February 2023, v2.0 was released. The official website adds Solon Initializr , which is used to generate project templates.
  • In April 2023, it will become a trusted open source community and trusted open source project of the Academy of Information and Communications Technology. Maven downloads exceeded 1 million in a single month. The number of code submissions exceeds 11,000 times
  • In June 2023, Maven's monthly downloads will exceed 2 million . The official website has over 500 pages of information.

Solve pain points?

Due to the unique design of the Solon Bean container,The startup will not be slow due to the increase in extension dependencies.(Save time and feel comfortable during development and debugging)! Take the well-known open source project "Xiaonuo" as an example:

As the saying goes: "Time is life, efficiency is money", "The only martial arts in the world that cannot be defeated is speed."

Compared with Spring Boot and Spring Cloud projects, what are the characteristics?

  • Startup is 5 to 10 times faster. (faster)
  • qps is 2 to 3 times higher. (higher)
  • Memory saving during runtime is 1/3 ~ 1/2. (less)
  • Packing can be reduced to 1/2 ~ 1/10; for example, 300Mb becomes 23Mb. (smaller)
  • Support jdk8, jdk11, jdk17, jdk20, graalvm native image at the same time

Project warehouse address?

Guess you like

Origin blog.csdn.net/cwzb/article/details/131915416