9 lines
147 B
Java
9 lines
147 B
Java
package com.bernard.nodecames;
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class NodeCamesApplicationTests {
|
|
|
|
}
|