上传文件至 src/main/resources
This commit is contained in:
15
src/main/resources/application.properties
Normal file
15
src/main/resources/application.properties
Normal 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
|
Reference in New Issue
Block a user