|
|
@ -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}")
|
|
|
|