24 lines
532 B
Properties
24 lines
532 B
Properties
root=N:/workspaceGicoms/EyeGW_SpringBoot
|
|
|
|
#REST SERVER
|
|
server.address=0.0.0.0
|
|
server.port=8080
|
|
|
|
#MyBatis
|
|
mybatis.config-location=mybatis-config.xml
|
|
|
|
#Tibero
|
|
db.id=ORACLE
|
|
#db.ip=59.26.112.102
|
|
db.ip=localhost
|
|
db.port=1521
|
|
db.type=5
|
|
db.name=oracle
|
|
spring.db5.datasource.jdbc-url=jdbc:oracle:thin:@localhost:1521:orcl
|
|
spring.db5.datasource.username=gmtlocal
|
|
spring.db5.datasource.password=success
|
|
#spring.db5.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
|
|
spring.db5.datasource.connection-test-query=select 1 from dual
|
|
|
|
|