diff --git a/preview.yml b/preview.yml new file mode 100644 index 0000000000000000000000000000000000000000..d39cb750612329b23e65885531ffd3ec101ce39c --- /dev/null +++ b/preview.yml @@ -0,0 +1,10 @@ +# preview.yml +autoOpen: false # 打开工作空间时是否自动开启所有应用的预览 +apps: + - port: 8080 # 应用的端口 + run: mvn clean package -Dmaven.test.skip=true && java -jar /ide/workspace/1024opensource/target/demo-0.0.1-SNAPSHOT.jar # 应用的启动命 + command: # 使用此命令启动服务,且不执行run + root: ./ # 应用的启动目录 + name: SpringBoot # 应用名称 + description: 我的第一个 App。 # 应用描述 + autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen