-denv=dev表示将服务器的级别 设置为开发环境 所有错误的内容都会打印在控制台上

//The-Denv = dev statement creates a system property named env and sets its value to dev, //which activates the development configuration.
-Denv=dev语句创建一个名为env的系统属性,并将其值设为dev,这激活了开发配置。

另外,启动脚本中有许多-D的参数,它表示的意思是java运行参数

参考网址

https://bbs.csdn.net/topics/392259989

https://blog.csdn.net/peter123asd/article/details/48440821

相关文章:

  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-08-19
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-05
  • 2021-10-16
  • 2021-08-14
  • 2021-07-03
  • 2022-12-23
  • 2021-09-27
相关资源
相似解决方案