Browse Source

配置文件修改

hy 6 years ago
parent
commit
1d1604d786
1 changed files with 3 additions and 3 deletions
  1. 3 3
      bi-server/src/main/resources/application.properties

+ 3 - 3
bi-server/src/main/resources/application.properties

@@ -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