上传文件至 src/main/resources

This commit is contained in:
2025-05-07 16:55:03 +09:00
parent 18fd36dc1c
commit a5e65bfd55

View File

@ -0,0 +1,15 @@
spring.application.name=sizaikanriRedive
server.address=192.168.1.192
server.port=8081
mybatis.mapper-locations=classpath:mapper/*.xml
spring.datasource.url=jdbc:postgresql://localhost:5434/sizaikanri
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
logging.level.org.springframework.web=TRACE
logging.level.co.jp.mamol.myapp=DEBUG