系统名称修改和上传配置类前缀名修改

This commit is contained in:
zhangjunwen 2024-11-14 15:00:06 +08:00
parent ce1221fdc8
commit 41b92e3da5
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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
{ {
/** 项目名称 */ /** 项目名称 */