shikeying
2022-10-11 71d355f4db31807a13d78e6e257e9d26c4702c23
deploy-jar-template/src/main/resources/application-dev.yml
@@ -3,7 +3,7 @@
    name: train_recommend
  datasource:
    # 是否显示dao中打印的SQL语句
    show-sql: false
    show-sql: true
    username: root
#    password: Bjjmy_63661766
    password: Bjjmy_2020
@@ -92,10 +92,18 @@
#    data-folder: /opt/ai/video/
    # 视频相似度AI服务URL
    ai-service: http://121.36.40.27:12345
#    ai-service: http://121.36.40.27:12345
    ai-service: http://127.0.0.1:8801
    # 推荐相似视频(算法)前多少个
    top-n: 40
    # 测试模式,如果是则仅生成固定测试数据,正式部署需要改为 false
    test-mode: true
    test-mode: false
    #业务视频所在数据库信息
    business-datasource-url: 124.70.39.177
    business-datasource-port: 3306
    business-datasource-service: train_test
    business-datasource-authentication: root
    business-datasource-certification: Bjjmy_2020