Compare commits

5 Commits

Author SHA1 Message Date
4f9e4e4359 Merge pull request 'Update Readme.md' (#1) from MKoziel/Labolatorium2:main into main
Reviewed-on: #1
2025-10-16 14:08:28 +00:00
9558827bf5 Update Readme.md 2025-10-16 14:07:17 +00:00
LukaszKrawczykDev
a3d498075a main edit 2025-10-16 16:04:38 +02:00
LukaszKrawczykDev
52330dd368 user controller 2025-10-16 16:01:08 +02:00
LukaszKrawczykDev
a64cef1f95 new line in main file 2025-10-16 15:28:31 +02:00
4 changed files with 7 additions and 5 deletions

1
.idea/vcs.xml generated
View File

@@ -2,5 +2,6 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/DemoA" vcs="Git" />
</component> </component>
</project> </project>

View File

@@ -1 +1,2 @@
This id documentation of the project. This id documentation of the project.
zmianyyyyy

View File

@@ -7,7 +7,11 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class DemoApplication { public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
System.out.println("Hello World!");
//bhjvhvhvhjvj
} }
} }

View File

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