Compare commits
16 Commits
root-patch
...
main
Author | SHA1 | Date |
---|---|---|
root | 05698c3d9d | 1 month ago |
root | eb15c80a02 | 1 month ago |
root | e516f08712 | 1 month ago |
root | 69f6bd27e8 | 1 month ago |
root | c1a54eca6b | 1 month ago |
root | 08cd8bd18a | 1 month ago |
root | 041dfc71d6 | 1 month ago |
root | 8e74894faf | 1 month ago |
root | 0fd23b7884 | 1 month ago |
root | 491c8177ec | 1 month ago |
root | 115b60f50d | 1 month ago |
root | 6e6ec0c752 | 1 month ago |
root | 975aaa1c2d | 1 month ago |
root | 6fac399710 | 1 month ago |
root | bbaabc031f | 1 month ago |
root | 5172b5388b | 1 month ago |
@ -0,0 +1,22 @@
|
||||
package com.example;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@SpringBootApplication
|
||||
public class Application {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
}
|
||||
testing is in progress
|
||||
Testing is in progress 1
|
||||
testing 1233
|
||||
testing
|
||||
test testing
|
||||
testing 01
|
||||
testing 02
|
||||
testing 01
|
||||
testing 02
|
||||
testing 01
|
||||
testing 0788
|
||||
testing 01
|
||||
testing 0090
|
@ -1,2 +0,0 @@
|
||||
PR SIZE TEST 01
|
||||
PRSIZE TEST 02
|
Loading…
Reference in New Issue