Posts by Grisotto • 218 points
4 posts
-
1
votes2
answers461
viewsA: How to customize Tomcat log in spring boot ?
You can change the amount of log in the file application properties. Usually when I’m in development I leave DEBUG and when this in production I leave ERROR. logging.level.=ERROR Spring Boot Log…
-
1
votes2
answers635
views -
3
votes1
answer1612
viewsA: Thymeleaf does not find Sources
If you are using spring boot, then it simplifies things for you and already automatically leaves external access to the Static/ folder, as well as others according to the documentation. While this…
-
5
votes1
answer77
viewsQ: Integration by the Simpson method into the R
I have the electric field data in a matrix, from this data I need to use the method of Simpson in this And. At MATLAB, I already get. Does anyone know any package or built in R function that does…