Skip to content

Commit

Permalink
chore: LayerApplication.java 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jul 5, 2024
1 parent 2214c04 commit 6081fa5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layer-api/src/main/java/org/layer/LayerApplication.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package org.layer;


import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class LayerApplication {
public static void main(String[] args) {
SpringApplication.run(LayerApplication.class, args);
}
}

0 comments on commit 6081fa5

Please sign in to comment.