some tweaks - not sure what as this commit
should havve been done ages ago
This commit is contained in:
@@ -72,6 +72,12 @@
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>com.example.bricklog</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
# Database configuration
|
||||
spring.datasource.url=jdbc:mariadb://host.docker.internal:3306/bricklog
|
||||
spring.datasource.username=bricklog
|
||||
spring.datasource.password=sl0gg1ngBricks4llD4y
|
||||
|
||||
|
||||
# JPA settings
|
||||
spring.jpa.hibernate.ddl-auto=update # Creates tables automatically; set to 'none' in production if not needed
|
||||
spring.jpa.show-sql=true # Shows SQL queries in the console, useful for debugging
|
||||
spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
|
Reference in New Issue
Block a user