blob: fbfa731b1d67a177b4f418821a8682355e524a70 [file] [log] [blame]
Tang Cheng0be0d6c2019-04-09 13:17:13 +08001spring.main.banner-mode=off
2
3# create and drop tables and sequences, loads import.sql
4spring.jpa.hibernate.ddl-auto=create-drop
5
6# Oracle settings
7spring.datasource.url=jdbc:oracle:thin:@172.28.201.101:47922:orcl
8spring.datasource.username=ecardtest
9spring.datasource.password=kingstar
10spring.datasource.driver-class-oracle.jdbc.driver.OracleDriver