Compare commits
No commits in common. "7003669ddef721e91b90f973c444ccd77da970c9" and "9904255f6d2ca41f8ee2e795a334d24eb9b1c178" have entirely different histories.
7003669dde
...
9904255f6d
@ -8,10 +8,6 @@ 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
/*
|
|
||||||
* 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 {
|
|
||||||
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
/*
|
|
||||||
* 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 {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user