Commit a323ac19 authored by lixinglin's avatar lixinglin

change name

parent 8dd6da0f
......@@ -9,7 +9,7 @@
<version>2.7.15</version>
</parent>
<groupId>com.postcard</groupId>
<artifactId>postcard-service</artifactId>
<artifactId>cfld-postcard-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<description>舒城明信片服务</description>
<packaging>jar</packaging>
......
......@@ -2,7 +2,7 @@
profiles:
active: dev
application:
name: postcard-service
name: cfld-postcard-service
main:
#允许定义相同的bean对象 去覆盖原有的
allow-bean-definition-overriding: true
......
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<property name="projectName" value="postcard-service"/>
<property name="projectName" value="cfld-postcard-service"/>
<springProperty scope="context" name="moduleName" source="spring.application.name"
defaultValue="postcard-service"/>
defaultValue="cfld-postcard-service"/>
<springProperty scope="context" name="logNum" source="log.num" defaultValue="01"/>
<springProfile name="test">
<property name="logPathPrefix" value="/app/logs"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment