Posts by Victor Felipe • 53 points
5 posts
-
0
votes1
answer441
viewsA: Docker-Compose Spring boo and Mongodb: Connection Refused
I made some changes to Docker-Compose.yml and it worked: version: "3" services: mongodb: container_name: sample-datastore image: mongo springapp: container_name: sample-app build: . depends_on: -…
-
1
votes1
answer441
viewsQ: Docker-Compose Spring boo and Mongodb: Connection Refused
I’m studying Docker, and I’m trying to run a small application made in Springboot along with Mongodb in a single container. I wrote the following Dockerfile: FROM openjdk:8-jre-alpine ENV…
-
1
votes0
answers28
viewsQ: Jersey API Cache
I’m having second thoughts about Jersey Cache control. Using Queryparam, is there a risk that the browser/server will cache the result? Or this only happens when I work with Pathparam within my GET…
-
1
votes2
answers96
viewsA: Server instance restuful in Tomcat
You can use Nagios to monitor your server, and with some parameters restart your server in an automated way. But I recommend that you investigate your server and try to find some pattern for you to…
-
2
votes1
answer320
viewsQ: Using Jexcel for reading and writing
I am making a simple algorithm, to read an excel spreadsheet, insert some records and save the altered spreadsheet. To write my code, I based on the example of writing made available with the Jexcel…
javaasked Victor Felipe 53