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.embedded.tomcat.TomcatServletWebServerFactory;
import org.springframework.boot.web.servlet.server.ServletWebServerFactory; import org.springframework.boot.web.servlet.server.ServletWebServerFactory;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
// @Configuration @Configuration
public class HttpsConfiguration { public class HttpsConfiguration {
@Value("${http-port}") @Value("${http-port}")

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

Loading…
Cancel
Save