소스 검색

multiple user working

Chad 6 년 전
부모
커밋
609ad8e70c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ZipTeamOrange-server/src/main/resources/application.properties

+ 1
- 1
ZipTeamOrange-server/src/main/resources/application.properties 파일 보기

@@ -10,7 +10,7 @@
10 10
 spring.datasource.url=jdbc:postgresql://localhost:5432/ChadH
11 11
 spring.datasource.username=
12 12
 spring.datasource.password=
13
-spring.jpa.hibernate.ddl-auto=update
13
+spring.jpa.hibernate.ddl-auto=create-drop
14 14
 
15 15
 # Disable feature detection by this undocumented parameter. Check the org.hibernate.engine.jdbc.internal.JdbcServiceImpl.configure method for more details.
16 16
 spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false