Commit 74e2f2da by jx-art

@Value内容补充~

parent 18ca8bac
Pipeline #43160 passed with stages
in 1 minute 11 seconds
......@@ -18,8 +18,8 @@ public class EmailTemplateServiceImpl {
private static final String ONELINE_URL = "http://127.0.0.1:8550/proxy/online.yanxuan-template.service.mailsaas/templates/flowx/template/assemble.json";
@Value("${rpc.url.email.template}")
private String url;
//@Value("${rpc.url.email.template}")
private String url = "http://127.0.0.1:8550/proxy/test.yanxuan-template.service.mailsaas/templates/flowx/template/assemble.json";
@Autowired
private RpcTemplate rpcTemplate;
......
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