forked from alicja936/lab2_procesy
jeden plik dodano i jeden zmodyfikowano
This commit is contained in:
@@ -8,6 +8,7 @@ public class DemoApplication {
|
|||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
|
System.out.println("Drugi tekst");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.example.demo.controller;
|
||||||
|
|
||||||
|
public class UserController {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user