Posts by ANDRE CALDEIRA • 1 point
3 posts
-
0
votes0
answers25
viewsQ: Continuous Integration - Test and PRD on the same server with Docker-Compose and Travis-CI
I have a Java system with Spring running in a Docker container with Docker-Compose. Integration works with Github >> Travis-CI >> Docker (on the server). I’m trying to assemble two…
-
0
votes1
answer206
viewsA: org.springframework.Beans.Invalidpropertyexception: Invalid Property
Valeu Rafael.. Besides instantiating the lists in the Client class I changed the ajax sending format and the controller method. The Controller was like this: @RequestMapping(value =…
-
0
votes1
answer206
viewsQ: org.springframework.Beans.Invalidpropertyexception: Invalid Property
I am new in the java world I am with the springframework error when trying to send a request via ajax. Does anyone have any idea what might be causing the error? Below an example: Javascrpit: var…