Compare commits

..

10 Commits

Author SHA1 Message Date
Jan Drewienkowski
7003669dde Conflict resolved 2025-10-03 12:18:06 +02:00
Jan Drewienkowski
41252a1ae4 Merge branch 'test1' 2025-10-03 12:12:15 +02:00
Jan Drewienkowski
73d25de3eb TEST1 2025-10-03 12:11:39 +02:00
Jan Drewienkowski
f4762af27c TEST2 2025-10-03 12:10:34 +02:00
Jan Drewienkowski
8db3a34268 Merge branch 'test2' 2025-10-03 12:01:58 +02:00
Jan Drewienkowski
09987bdc60 test2 2025-10-03 12:00:16 +02:00
Jan Drewienkowski
03370325d0 test1 2025-10-03 11:57:22 +02:00
Jan Drewienkowski
6b99fa7dde Merge branch 'develop_1' 2025-10-03 11:51:36 +02:00
Jan Drewienkowski
c1a60f06b1 Developer2_1 2025-10-03 11:48:28 +02:00
Jan Drewienkowski
e741b5cccf Brunch2 2025-10-03 11:35:29 +02:00
3 changed files with 30 additions and 0 deletions

View File

@ -8,6 +8,10 @@ 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("My application");
System.out.println("TEST1");
System.out.println("You're up");
System.out.println("test2");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }

View File

@ -0,0 +1,13 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.example.demo.domain;
/**
*
* @author student
*/
public class UserEntity {
}

View File

@ -0,0 +1,13 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.example.demo;
/**
*
* @author student
*/
public class test {
}