Restored dev

This commit is contained in:
Jose
2026-02-15 06:26:40 +01:00
parent de98ed5cc5
commit 3796e6f190
191 changed files with 7581 additions and 883 deletions

View File

@@ -1,12 +1,25 @@
spring:
datasource:
url: jdbc:mariadb://localhost:3306/miarma_v2
username: USER
password: PASS
application:
name: core-service
jpa:
open-in-view: false
hibernate:
ddl-auto: update
show-sql: true
ddl-auto: validate
properties:
hibernate:
format_sql: true
jdbc:
time_zone: UTC
jackson:
default-property-inclusion: non_null
time-zone: Europe/Madrid
jwt:
expiration-ms: 3600000
management:
endpoints:
web:
exposure:
include: health,info