系统名称修改和上传配置类前缀名修改
This commit is contained in:
parent
ce1221fdc8
commit
41b92e3da5
@ -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>
|
||||
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
|
||||
* @author ruoyi
|
||||
*/
|
||||
@Component
|
||||
@ConfigurationProperties(prefix = "ruoyi")
|
||||
@ConfigurationProperties(prefix = "zemi")
|
||||
public class RuoYiConfig
|
||||
{
|
||||
/** 项目名称 */
|
||||
|
Loading…
Reference in New Issue
Block a user