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