mirror of
https://github.com/tiennm99/try-deploy-spring-boot-on-coolify.git
synced 2026-06-17 16:49:20 +00:00
14 lines
255 B
Java
14 lines
255 B
Java
package com.miti99.testdeployspringbootoncoolify;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class TestDeploySpringBootOnCoolifyApplicationTests {
|
|
|
|
@Test
|
|
void contextLoads() {
|
|
}
|
|
|
|
}
|