系统名称修改和上传配置类前缀名修改
This commit is contained in:
parent
ce1221fdc8
commit
41b92e3da5
@ -8,9 +8,9 @@
|
|||||||
<artifactId>zemi</artifactId>
|
<artifactId>zemi</artifactId>
|
||||||
<version>3.8.8</version>
|
<version>3.8.8</version>
|
||||||
|
|
||||||
<name>ruoyi</name>
|
<name>inspur-zemi</name>
|
||||||
<url>http://www.ruoyi.vip</url>
|
<url></url>
|
||||||
<description>若依管理系统</description>
|
<description>中船集控室信息化升级项目</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<zemi.version>3.8.8</zemi.version>
|
<zemi.version>3.8.8</zemi.version>
|
||||||
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
|
|||||||
* @author ruoyi
|
* @author ruoyi
|
||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
@ConfigurationProperties(prefix = "ruoyi")
|
@ConfigurationProperties(prefix = "zemi")
|
||||||
public class RuoYiConfig
|
public class RuoYiConfig
|
||||||
{
|
{
|
||||||
/** 项目名称 */
|
/** 项目名称 */
|
||||||
|
Loading…
Reference in New Issue
Block a user