Commit 8e144979 authored by suhuiguang's avatar suhuiguang

1.服务名称调整

parent 5b5c72b5
...@@ -15,11 +15,6 @@ ...@@ -15,11 +15,6 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.yeejoin</groupId> <groupId>com.yeejoin</groupId>
<artifactId>amos-feign-systemctl</artifactId>
<version>${amos.version}</version>
</dependency>
<dependency>
<groupId>com.yeejoin</groupId>
<artifactId>amos-component-security</artifactId> <artifactId>amos-component-security</artifactId>
<version>1.7.13-SNAPSHOT</version> <version>1.7.13-SNAPSHOT</version>
</dependency> </dependency>
......
spring.application.name=96333 spring.application.name=TZS-96333
server.servlet.context-path=/96333 server.servlet.context-path=/96333
server.port=11004 server.port=11004
spring.profiles.active=dev3 spring.profiles.active=dev3
......
package com.yeejoin.amos.boot.module.cylinder.biz.service.impl; package com.yeejoin.amos.boot.module.cylinder.biz.service.impl;
import com.yeejoin.amos.boot.module.cylinder.biz.utils.RedisUtil; import com.yeejoin.amos.boot.module.cylinder.biz.utils.RedisUtil;
import com.yeejoin.amos.component.robot.AmosRequestContext;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.typroject.tyboot.core.foundation.context.RequestContext; import org.typroject.tyboot.core.foundation.context.RequestContext;
import com.yeejoin.amos.component.robot.AmosRequestContext;
@Service @Service
public class StartPlatformTokenService { public class StartPlatformTokenService {
......
spring.application.name=CYLINDER spring.application.name=TZS-CYLINDER
server.servlet.context-path=/cylinder server.servlet.context-path=/cylinder
server.port=11003 server.port=11003
spring.profiles.active=dev3 spring.profiles.active=dev3
......
spring.application.name=JCZS spring.application.name=TZS-JCZS
server.servlet.context-path=/jczs server.servlet.context-path=/jczs
server.port=11002 server.port=11002
spring.profiles.active=dev3 spring.profiles.active=dev3
......
spring.application.name=YMT spring.application.name=TZS-YMT
server.servlet.context-path=/ymt server.servlet.context-path=/ymt
server.port=11000 server.port=11000
spring.profiles.active=dev3 spring.profiles.active=dev3
......
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