Posts by joccafi • 51 points
2 posts
-
0
votes1
answer230
viewsA: Spring Boot - initial test data
Solution: Put the following in your application.properties: spring.datasource.initialization-mode=always Rename the file import.sql for data sql. Make sure the file data sql. is located in…
-
2
votes1
answer85
viewsA: Is it possible to open on a given PDF page?
Use the following solution for Windows with Adobe Acrobat installed: String cmd = "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"; File pdfFile= new File ("C:\\Seu…