We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff69158 commit baccd56Copy full SHA for baccd56
demo/src/main/java/com/study/controller/Demo.java
@@ -0,0 +1,7 @@
1
+package com.study.controller;
2
+
3
+public class Demo {
4
+ public static void main(String[] args) {
5
+ System.out.println("hello");
6
+ }
7
+}
0 commit comments