Skip to content
  • This project
    • Loading...
  • Sign in

王红岩 / cms-scheduler

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • cms-scheduler
  • ..
  • platform
  • LeviathanSchedulerApplicationTests.java
  • lWoHvYe's avatar
    完成自动关联应用、自动关联服务包、自动上线功能 · 728edf62
    728edf62 Browse Files
    lWoHvYe authored 2020-12-05 18:37:35 +0800
LeviathanSchedulerApplicationTests.java 233 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.topdraw.platform;

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

@SpringBootTest
class LeviathanSchedulerApplicationTests {

    @Test
    void contextLoads() {
    }

}