|
|
@@ -5,8 +5,8 @@ spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
|
|
|
#数据库连接地址
|
|
|
#默认数据源
|
|
|
-spring.datasource.url=jdbc:oracle:thin:@10.1.81.2:1521:orcl
|
|
|
-spring.datasource.username=UAS_DEV
|
|
|
+spring.datasource.url=jdbc:oracle:thin:@127.0.0.1:1523:orcl
|
|
|
+spring.datasource.username=UAS_BI
|
|
|
spring.datasource.password=select!#%*(
|
|
|
|
|
|
spring.jackson.date-format=yyyy-MM-dd
|
|
|
@@ -79,4 +79,4 @@ server.servlet.context-path=/BI
|
|
|
#server.session.timeout=10
|
|
|
server.tomcat.uri-encoding=UTF-8
|
|
|
#debug=true
|
|
|
-#logging.level.com.usoftchina.bi.server=debug
|
|
|
+logging.level.com.usoftchina.bi.server=debug
|