An open API service indexing awesome lists of open source software.

https://github.com/techprimers/spring-boot-https-example

Spring Boot with HTTPS Example
https://github.com/techprimers/spring-boot-https-example

https spring-boot

Last synced: 9 months ago
JSON representation

Spring Boot with HTTPS Example

Awesome Lists containing this project

README

          

# Spring Boot with HTTPS

# Command to create self signed SSL Certificate JKS
`keytool -genkey -alias https-example -storetype JKS -keyalg RSA -keysize 2048 -validity 365 -keystore https-example.jks`

# Secured access
`https://localhost:8443/hello` - returns 'Hello YouTube'