Skip to content

v1.8.1.2

Latest
Compare
Choose a tag to compare
@zmzhou-star zmzhou-star released this 27 Apr 10:54
· 20 commits to master since this release

NOTE: Since 1.8.1.2, Sentinel requires JDK 1.8 or higher version.
Features / Enhancements

  • 升级spring boot版本到2.4.5
  • sentinel-dashboard-1.8.1.2.jar/BOOT-INF/classes/application.properties修改Nacos地址:nacos.server-addr默认127.0.0.1:8848
  • 启动命令
java -Dserver.port=8718 -Dcsp.sentinel.dashboard.server=localhost:8718 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.1.2.jar