Polecenie 2.2.

This commit is contained in:
Mendalion
2025-10-02 13:11:02 +02:00
parent aa8e7510f1
commit aaf2eaae01
2 changed files with 5 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ public class DemoApplication {
public static void main(String[] args) {
System.out.println("Start application");
SpringApplication.run(DemoApplication.class, args);
System.out.println("Drugi komunikat");
}
}

View File

@@ -0,0 +1,4 @@
package com.example.demo.domain;
public class UserEntity {
}