package init
parent
ac88d9ff72
commit
6a7c9699b9
@ -1,13 +0,0 @@
|
||||
package com.supervision.nxllmcommon;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class NxLlmCommonApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(NxLlmCommonApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
@ -1 +0,0 @@
|
||||
spring.application.name=nx-llm-common
|
@ -1,13 +0,0 @@
|
||||
package com.supervision.nxllmcommon;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class NxLlmCommonApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue