Create local props

This commit is contained in:
aditya.chandel 2025-01-22 15:49:02 -07:00
parent 64ea341eae
commit 683b7bd6b0

View File

@ -0,0 +1,40 @@
app:
path-book: '/Users/aditya.chandel/my-library-temp/books'
path-config: '/Users/aditya.chandel/my-library-temp/config'
spring:
servlet:
multipart:
enabled: true
max-file-size: 100MB
max-request-size: 100MB
mvc:
async:
request-timeout: 600000
application:
name: booklore-api
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:tcp://localhost:9092/~/my-library-temp/config/db/booklore
username: sa
password: password
jpa:
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
show-sql: false
properties:
hibernate:
jdbc:
batch_size: 500
order_inserts: true
order_updates: true
flyway:
enabled: true
locations: classpath:db/migration
logging:
level:
root: INFO
org.apache.fontbox: ERROR
org.apache.pdfbox: ERROR