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

王红岩 / cronos-generator-code

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
  • cronos-generator-code
  • ..
  • modules
  • CronosGeneratorCodeApplicationTests.java
  • lWoHvYe's avatar
    基本代码生成 · 2fadc55d
    2fadc55d Browse Files
    lWoHvYe authored 2020-12-30 17:51:21 +0800
CronosGeneratorCodeApplicationTests.java 233 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.topdraw.modules;

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

@SpringBootTest
class CronosGeneratorCodeApplicationTests {

    @Test
    void contextLoads() {
    }

}