• This project
    • Loading...
  • Sign in

wei.zhou / appllo-gateway

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • appllo-gateway
  • ..
  • appllogateway
  • ApplloGatewayApplicationTests.java
  • wei.zhou's avatar
    init · d48029fb
    d48029fb Browse Files
    wei.zhou authored 2021-10-25 18:28:56 +0800
ApplloGatewayApplicationTests.java 223 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.sixgod.appllogateway;

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

@SpringBootTest
class ApplloGatewayApplicationTests {

	@Test
	void contextLoads() {
	}

}