From a5e65bfd5545fb7fd015e84fa7be571ad7f04174 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 7 May 2025 16:55:03 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20src/main/resources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/resources/application.properties diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..92c943a --- /dev/null +++ b/src/main/resources/application.properties @@ -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 \ No newline at end of file