摘要: #!/bin/bash# 定义Java服务的主类名MAIN_CLASS="com.inclusive.health.Application"# 定义jar文件名JAR_FILE="health-1.0-SNAPSHOT.jar"# 定义jar文件路径JAR_PATH="/product/health 阅读全文
posted @ 2024-06-27 21:52 imtm 阅读(1) 评论(0) 推荐(0) 编辑
摘要: pom.xml <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <ma 阅读全文
posted @ 2024-06-27 16:47 imtm 阅读(1) 评论(0) 推荐(0) 编辑
摘要: server { listen 80; server_name 139.196.254.143; location /health { root /product/backstage; index index.html; try_files $uri $uri/ /health/index.html 阅读全文
posted @ 2024-06-27 10:34 imtm 阅读(1) 评论(0) 推荐(0) 编辑