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

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>
<version>3.8.8</version>
<name>ruoyi</name>
<url>http://www.ruoyi.vip</url>
<description>若依管理系统</description>
<name>inspur-zemi</name>
<url></url>
<description>中船集控室信息化升级项目</description>
<properties>
<zemi.version>3.8.8</zemi.version>

View File

@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
* @author ruoyi
*/
@Component
@ConfigurationProperties(prefix = "ruoyi")
@ConfigurationProperties(prefix = "zemi")
public class RuoYiConfig
{
/** 项目名称 */