1.开启了日志
2.配置了新的数据库地址 3.将“设置回顾类型”注释取消
This commit is contained in:
parent
1295daf3aa
commit
b305c31cdd
@ -161,7 +161,7 @@ public class LiveStreamStatusServiceImpl extends ServiceImpl<LiveStreamStatusDao
|
|||||||
|
|
||||||
liveSceneRecordEntity.setTitleImage(scene.getTitleImage());
|
liveSceneRecordEntity.setTitleImage(scene.getTitleImage());
|
||||||
// 设置回顾类型
|
// 设置回顾类型
|
||||||
// liveSceneRecordEntity.setRecordType(LiveConstants.RecordType.FAST_RECORD);
|
liveSceneRecordEntity.setRecordType(LiveConstants.RecordType.FAST_RECORD);
|
||||||
liveSceneRecordService.insert(liveSceneRecordEntity);
|
liveSceneRecordService.insert(liveSceneRecordEntity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,13 @@ spring:
|
|||||||
driverClassName: com.mysql.cj.jdbc.Driver
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
druid:
|
druid:
|
||||||
first: #数据源1
|
first: #数据源1
|
||||||
url: jdbc:mysql://localhost:3306/jinan-live?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true
|
|
||||||
|
#生产环境
|
||||||
|
# url: jdbc:mysql://localhost:3306/aijinanonline?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true
|
||||||
|
|
||||||
|
#测试环境
|
||||||
|
url: jdbc:mysql://localhost:3306/aijinan?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true
|
||||||
|
# url: jdbc:mysql://localhost:3306/jinan-live?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true
|
||||||
username: root
|
username: root
|
||||||
password: root
|
password: root
|
||||||
second: #数据源2
|
second: #数据源2
|
||||||
|
|||||||
@ -77,7 +77,7 @@ mybatis-plus:
|
|||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
cache-enabled: false
|
cache-enabled: false
|
||||||
call-setters-on-nulls: true
|
call-setters-on-nulls: true
|
||||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
|
||||||
renren:
|
renren:
|
||||||
# APP模块,是通过jwt认证的,如果要使用APP模块,则需要修改【加密秘钥】
|
# APP模块,是通过jwt认证的,如果要使用APP模块,则需要修改【加密秘钥】
|
||||||
@ -117,7 +117,8 @@ foreign:
|
|||||||
dataurl: http://zklive.zhongkedongxin.com
|
dataurl: http://zklive.zhongkedongxin.com
|
||||||
# mediaurl: http://test.vod.zhongkedongxin.com
|
# mediaurl: http://test.vod.zhongkedongxin.com
|
||||||
#TitleImage标题图地址、视频地址url拼接,前缀
|
#TitleImage标题图地址、视频地址url拼接,前缀
|
||||||
mediaurl: https://v.livejinan.cn
|
# mediaurl: https://v.livejinan.cn
|
||||||
|
mediaurl: http://record.jay99.cn
|
||||||
#视频点播(VOD)服务的媒体资源地址
|
#视频点播(VOD)服务的媒体资源地址
|
||||||
vodmediaurl: http://test.vod.zhongkedongxin.com
|
vodmediaurl: http://test.vod.zhongkedongxin.com
|
||||||
platform:
|
platform:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user