feat(移动端): todo事项

优化注册页面
master
wayn 4 years ago
parent 453bc3a82a
commit a66eac0ecd

@ -8,8 +8,9 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory;
import org.springframework.boot.web.servlet.server.ServletWebServerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
// @Configuration
@Configuration
public class HttpsConfiguration {
@Value("${http-port}")

@ -1,11 +1,10 @@
server:
port: 82
# port: 433
# ssl:
# enabled: true
# key-store: classpath:mall.wayn.ltd.jks
# key-store-password: idFXdK.Rnm3CgZp
# key-store-type: JKS
port: 443
ssl:
enabled: true
key-store: classpath:mall.wayn.ltd.jks
key-store-password: idFXdK.Rnm3CgZp
key-store-type: JKS
http-port: 82

Loading…
Cancel
Save