alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

Upgrade springboot version >= 2.6.6 #14

Closed container-auto-tune closed 1 year ago

container-auto-tune commented 1 year ago

Describe this problem

The springboot version <2.6.6 has a log4j issue. So need to upgrade the springboot version >= 2.6.6.

And the current springboot version is as following:

org.springframework.boot spring-boot-starter-parent 2.5.7

Steps to reproduce

No need to reproduce.

Expected behavior

So the SpringBoot version >= 2.6.6 will be upgraded.

Assgin People

@KaifeiHuang

Additional Information

No response