修正cloud工程生成模板的启动脚本路径问题
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
No deletion without permission, or be held responsible to law. -->
|
No deletion without permission, or be held responsible to law. -->
|
||||||
<template>
|
<template>
|
||||||
<name>run-web</name>
|
<name>run-web</name>
|
||||||
<filePath>${module.moduleCode}/${module.moduleCode}/src/main/webapp/WEB-INF</filePath>
|
<filePath>${baseDir}/${moduleCode}/${moduleCode}/src/main/webapp/WEB-INF</filePath>
|
||||||
<fileName>startup.bat</fileName>
|
<fileName>startup.bat</fileName>
|
||||||
<content><![CDATA[chcp 65001
|
<content><![CDATA[chcp 65001
|
||||||
@echo off
|
@echo off
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
No deletion without permission, or be held responsible to law. -->
|
No deletion without permission, or be held responsible to law. -->
|
||||||
<template>
|
<template>
|
||||||
<name>run-web</name>
|
<name>run-web</name>
|
||||||
<filePath>${module.moduleCode}/${module.moduleCode}/src/main/webapp/WEB-INF</filePath>
|
<filePath>${baseDir}/${moduleCode}/${moduleCode}/src/main/webapp/WEB-INF</filePath>
|
||||||
<fileName>startup.sh</fileName>
|
<fileName>startup.sh</fileName>
|
||||||
<content><![CDATA[#!/bin/sh
|
<content><![CDATA[#!/bin/sh
|
||||||
# /**
|
# /**
|
||||||
|
|||||||
Reference in New Issue
Block a user