Adding security (SSL) to a Spring web service -


i've followed guide: https://spring.io/guides/gs/rest-service/ create web service using spring rest. need add ssl communication, i've tried following other guide: http://www.radcortez.com/ssl-tls-rest-server-client-with-spring-and-tomee/ lot of code in web.xml file, wich first guide said isn't used. imagine it's supposed in kind of annotation. appreciate this!


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -