Posts by Tulio F. Polachini • 159 points
7 posts
-
2
votes3
answers5033
viewsQ: Use UTF-8 or Latin1?
I started a new project and when creating the database (Mysql), I didn’t think twice, I put a CHARSET=utf8. The application will support Portuguese and English and users should use only these two…
-
1
votes0
answers127
viewsQ: Unable to build Entity manager Factory in jar created with Maven
Good morning, everyone, In one project we’re using Hibernate, Log4j2, Gson and a few other things that you can see in pom.xml <?xml version="1.0" encoding="UTF-8"?> <project…
-
1
votes2
answers427
viewsA: Apache Virtual Host without Servername
Reading a little more on the internet and joining with the reply of @miguel-batista, what worked was to put the two applications on the same virtual host, differentiating by Alias.…
-
1
votes2
answers427
viewsQ: Apache Virtual Host without Servername
I want to set up an environment where I can place my production applications (site1) and type approval (site2). So on my Ubuntu server 15.10 I rode as follows: - /var/www/html/site1 -…
-
0
votes1
answer158
viewsQ: Simultaneous access API Rest
I have a PHP application that receives json from another application and writes them to the Mysql database. Before recording the data, I check the database to see if the record has already been…
-
5
votes1
answer1324
viewsQ: java.lang.Classnotfoundexception error: "Caused by: java.lang.Classnotfoundexception: com.fasterxml.Jackson.core.type.Typereference
I am developing a Java, FX, Hibernate application and using log4j2 for my logs. When I run the application through the IDE (Eclipse) everything works normally, but when creating the . application…
-
2
votes1
answer74
viewsQ: Attach many objects with id = 0
Good morning Personal, In my system here at work I have the following architecture: A PROJECT (which has some information) is composed of several PARTS. The parts are very different from each other.…