diff --git a/application.properties b/application.properties new file mode 100644 index 0000000..1d26f9e --- /dev/null +++ b/application.properties @@ -0,0 +1,7 @@ +spring.datasource.url=jdbc:oracle:thin:@192.168.1.43:1521/k014banr +spring.datasource.driver-class-name= oracle.jdbc.driver.OracleDriver +spring.datasource.username=ib +spring.datasource.password=ib +spring.jpa.hibernate.ddl-auto=update +#spring.jpa.database-platform=org.hibernate.dialect.Oracle10gDialect +spring.jpa.show-sql=true \ No newline at end of file