Skip to content

codrtray/SpringCloud

Repository files navigation

Spring Cloud example project

Developed on Spring boot 2.4

Requests

    POST http://localhost:8012/decrypt
    POST http://localhost:8012/encrypt
    
    GET http://localhost:8012/AppConfigServer/native
    POST http://localhost:8012/actuator/busrefresh
    GET http://localhost:8012/actuator
    
    POST http://localhost:8082/users-ws/users
    {
        "firstName": "Paik1000sfgsdfgsdf0",
        "lastName": "Rob20000",
        "email":"[email protected]",
        "password": "rsdfg45gw45ghrewt"  
    }
    
    POST http://localhost:8082/users-ws/users/login
    {
        "email":"[email protected]",
        "password": "rsdfg45gw45ghrewt"  
    }
    
    GET http://localhost:8082/users-ws/users/status/check
    Authorization: Bearer <token>

Asymmetric encryption

    keytool -genkeypair -alias apiEncryptionKey -keyalg RSA \
    -dname "CN=Random Surname,OU=API Development,O=sk101.netlify.app,L=BT,S=MA,C=USA" \
    -keypass 1q2w3e4r -keystore apiEncryptionKey.jks -storepass 1q2w3e4r

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages