How to pass the -D additional parameter while starting tomcat?

后端 未结 6 575
慢半拍i
慢半拍i 2020-12-25 12:14

I have a maven project, after running command mvn install all project as well as module compile and copied to local repository successfully. But now I want

6条回答
  •  爱一瞬间的悲伤
    2020-12-25 12:42

    before starting tomcat server right click project --> Run as --> Run Configurations second tab --> -Dname=values , -Dname=values , -Dname=values

    what about +Dname=value ,, values it become encrypted

提交回复
热议问题