Authored by fyq

MOD:change to https

1 server.port=8090 1 server.port=8090
2 2
  3 +server.ssl.key-store = ${user.home}/.keystore
  4 +server.ssl.key-store-password = xkl2016
  5 +server.ssl.key-password = xkl2016
  6 +
3 #MySQL 7 #MySQL
4 spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true 8 spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
5 spring.datasource.username=hanhe 9 spring.datasource.username=hanhe
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 if (url && url.length > 1) { 27 if (url && url.length > 1) {
28 url = decodeURIComponent(url[1]); 28 url = decodeURIComponent(url[1]);
29 } else { 29 } else {
30 - url = "http://139.129.166.85:8090/api-docs"; 30 + url = "https://139.129.166.85:8090/api-docs";
31 } 31 }
32 window.swaggerUi = new SwaggerUi({ 32 window.swaggerUi = new SwaggerUi({
33 url: url, 33 url: url,