Posts by Pedro Henrique • 63 points
3 posts
-
2
votes1
answer61
viewsQ: Synchronization Java Web Method
I have a web application selling school canteen product, this process is accessed by several users simultaneously.. I have a method that updates and validates if quantity is available.. I need this…
-
-1
votes1
answer89
viewsQ: Problem insert into Mariadb database images
I am using Mariadb and a LONGBLOB field to store my images, when I have insert small images (300KB or less) normally inserts, however larger images that this gives this error here: Mariadb [-1]…
-
4
votes2
answers2567
viewsQ: Junit Eclipse Error: "No test found with test Runner Junit 5"
I’m not being able to run my tests in Eclipse, below is a simple test that doesn’t work: import org.junit.Assert; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; class…