【AgileTC】_Linux上部署项目与查看日志
【AgileTC】_Linux上部署项目与查看日志1.运用idea将springboot项目打包为jar包
在pom.xml文件中添加插件如下:
123<groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId&g
...