wei.zhou

提交代码

No preview for this file type
...@@ -44,3 +44,25 @@ iClearExportProd ...@@ -44,3 +44,25 @@ iClearExportProd
44 8、服务部署 3 44 8、服务部署 3
45 45
46 9、域名及SSL证书申请 3 46 9、域名及SSL证书申请 3
47 +
48 +
49 +
50 +
51 +
52 +
53 +
54 +https://blog.51cto.com/u_14622073/2490891
55 +
56 +https 证书:iclearApiSSL.p12
57 +口令:iclear
58 +
59 +
60 +
61 +
62 +
63 +
64 +
65 +
66 +
67 +
68 +
......
1 server: 1 server:
2 port: 8080 2 port: 8080
3 + ssl:
4 + key-store: classpath:iclearApiSSL.p12
5 + key-store-password: iclear
6 + key-alias: tomcathttps
3 7
4 spring: 8 spring:
5 application: 9 application:
......
No preview for this file type