Compare commits
10 Commits
9904255f6d
...
7003669dde
Author | SHA1 | Date | |
---|---|---|---|
|
7003669dde | ||
|
41252a1ae4 | ||
|
73d25de3eb | ||
|
f4762af27c | ||
|
8db3a34268 | ||
|
09987bdc60 | ||
|
03370325d0 | ||
|
6b99fa7dde | ||
|
c1a60f06b1 | ||
|
e741b5cccf |
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
13
src/main/java/com/example/demo/domain/UserEntity.java
Normal file
13
src/main/java/com/example/demo/domain/UserEntity.java
Normal 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 {
|
||||||
|
|
||||||
|
}
|
13
src/main/java/com/example/demo/test.java
Normal file
13
src/main/java/com/example/demo/test.java
Normal 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 {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user