Sign in

guzijian / wvp-assist · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wvp-assist
  • ..
  • assist
  • WvpProAssistApplicationTests.java
  • 优化录像路径配置,不再使用zlm默认http服务器
    60dfc69c
    648540858 authored
    2023-03-25 18:39:31 +0800  
    Browse Code »
WvpProAssistApplicationTests.java 223 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package top.panll.assist;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class WvpProAssistApplicationTests {

    @Test
    void contextLoads() {
    }

}