|
|
@ -17,7 +17,7 @@ import java.net.URISyntaxException;
|
|
|
|
@Service
|
|
|
|
@Service
|
|
|
|
public class AppStyleServiceImpl implements AppStyleService {
|
|
|
|
public class AppStyleServiceImpl implements AppStyleService {
|
|
|
|
|
|
|
|
|
|
|
|
@Value("http://127.0.0.1:9533")
|
|
|
|
@Value("${app.cms.host}")
|
|
|
|
private String cmsHost;
|
|
|
|
private String cmsHost;
|
|
|
|
private Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
private Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
|
|
|
|
|
|
|
|