카테고리 없음
[spring boot] postgresql 접속 정보
진열사랑
2021. 1. 31. 20:48
spring.datasource.url=jdbc:postgresql://localhost:5432/intranet
spring.datasource.username=****
spring.datasource.password=******
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update