Skip to content

Commit

Permalink
Test/h2 (#8)
Browse files Browse the repository at this point in the history
* chore: to yml, 패키지명 변경

* test: inteli push test
  • Loading branch information
klkim1913 authored Jul 26, 2023
1 parent 5023f88 commit da3f42d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ out/
### added ###
.DS_Store
*.properties
*.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package com.anywayclear.mokumoku;
package com.anywayclear;

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

@SpringBootApplication
public class MokuMokuApplication {

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

public static void main(String[] args) {
SpringApplication.run(MokuMokuApplication.class, args);
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.anywayclear.mokumoku;
package com.anywayclear;

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

0 comments on commit da3f42d

Please sign in to comment.