AmusedArg / string-compressor

Spring Boot app para la compresión de strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testeado con los siguientes metodos

$.ajax({ type : "POST", url : "https://spring-demo-237918.appspot.com/compress", contentType : "application/json", dataType : "json",
data : JSON.stringify({"value" : "AAABBAAAAABB"}), error : function(data) { console.log(data); }, success : function(data) {
console.log(data); } });

curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"value":"AAABBAAAAABB"}' https://spring-demo-237918.appspot.com/compress

About

Spring Boot app para la compresión de strings

License:Apache License 2.0


Languages

Language:Java 100.0%