Commit aca6f099 authored by liwei's avatar liwei

修改了91版本,修改了上传配置

parent 6ebd4544
...@@ -144,10 +144,17 @@ global: ...@@ -144,10 +144,17 @@ global:
oss: oss:
request: "https://" request: "https://"
endpoint: "oss-cn-beijing.aliyuncs.com" endpoint: "oss-cn-beijing.aliyuncs.com"
putAcessKey: "LTAI5tRTxNjuuSYhHQDCkMQG" bucket: "tkb-oss"
putSecretKey: "8TCxOP1JdLIjqezh0eKvtEAYMhEJ7O" regionId: "cn-beijing"
bucketName: "cust-91isoft" put:
expirationTime: 1800 acess_key: LTAI5tLrroC5LY84Tv9ba78t
secret_key: 2CWrAIBiXVEqeBktzd24SagcWStMEx
ram: "acs:ram::1952593484321619:role/tkb-put-role"
ramName: "tkb-put-role"
read:
acess_key: LTAI5tQTv2EpJ1hz3689fqpx
secret_key: XNOkpqLCZriKBKttzirPQIXLHr0Nm0
read_time: 1800 #读取超时时间
logging: logging:
config: ./config/logback-spring.xml config: ./config/logback-spring.xml
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>org.91isoft</groupId> <groupId>org.91isoft</groupId>
<artifactId>91isoft_spbt</artifactId> <artifactId>91isoft_spbt</artifactId>
<version>3.3.0_core_alpha10</version> <version>3.3.0_core_alpha12</version>
<!-- <version>3.0.0_nlt.25</version>--> <!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 --> <!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
</dependency> </dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment