Posts by Diego M. Rodrigues • 1 point
3 posts
-
-1
votes1
answer94
viewsQ: Swing - Include images in JAR file
I have a project in JAVA, which has a graphical interface with a screen, developed with the Swing. I have 2 images, background and favicon, which are in the package: [code]br with drsolutions…
-
0
votes1
answer165
viewsA: Spring Boot - Outsource database settings
I decided to create a file called application properties, where are the settings for spring.datasource. Then I created a script as follows: #!/bin/bash BASE_DIR=${PWD}…
-
-1
votes1
answer165
viewsQ: Spring Boot - Outsource database settings
I have a JAVA project developed with Spring Boot. Database settings are in the default file Resources/application.properties. spring.datasource.driver-class-name=oracle.jdbc.OracleDriver…