Exclude error message and change application name to anyame-kodik-search-backend
This commit is contained in:
4
pom.xml
4
pom.xml
@ -10,9 +10,9 @@
|
|||||||
<relativePath /> <!-- lookup parent from repository -->
|
<relativePath /> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.backend.search.kodik.service</groupId>
|
<groupId>com.backend.search.kodik.service</groupId>
|
||||||
<artifactId>anyame-backend</artifactId>
|
<artifactId>anyame-kodik-search-backend</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>anyame-backend</name>
|
<name>anyame-kodik-search-backend</name>
|
||||||
<description>Kodik search service for anyame</description>
|
<description>Kodik search service for anyame</description>
|
||||||
<url />
|
<url />
|
||||||
<licenses>
|
<licenses>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
spring.application.name=anyame-backend
|
spring.application.name=anyame-kodik-search-backend
|
||||||
server.error.include-message=always
|
|
||||||
kodik.token=${KODIK_TOKEN}
|
kodik.token=${KODIK_TOKEN}
|
||||||
eureka.client.serviceUrl.defaultZone: ${EUREKA_SCHEMA}://${EUREKA_HOST}/eureka/
|
eureka.client.serviceUrl.defaultZone: ${EUREKA_SCHEMA}://${EUREKA_HOST}/eureka/
|
||||||
|
Reference in New Issue
Block a user