Rozwiazano konflikt
This commit is contained in:
@@ -8,8 +8,7 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Kolejny komunikat");
|
||||
|
||||
System.out.println("Drugi komunikat");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.demo;
|
||||
|
||||
public class klasa2 {
|
||||
public class User {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.example.demo.controller;
|
||||
|
||||
public class UserController {
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
package com.example.demo;
|
||||
|
||||
public class klasa3 {
|
||||
}
|
||||
Reference in New Issue
Block a user