File tree Expand file tree Collapse file tree 4 files changed +23
-8
lines changed
src/main/java/webapp8/webandtech/model Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public interface Detailed extends User.Basic{}
24
24
@ Id
25
25
@ GeneratedValue (strategy = GenerationType .IDENTITY )
26
26
private int iduser ;
27
- @ JsonView (Detailed .class )
27
+ @ JsonView (Basic .class )
28
28
@ Column
29
29
private String email ;
30
30
@ JsonView (Basic .class )
@@ -33,15 +33,15 @@ public interface Detailed extends User.Basic{}
33
33
@ JsonView (Detailed .class )
34
34
@ Column
35
35
private String pass ;
36
- @ JsonView (Detailed .class )
36
+ @ JsonView (Basic .class )
37
37
@ Column
38
38
private String completname ;
39
39
@ Lob
40
40
@ JsonIgnore
41
41
private Blob userimg ;
42
42
@ Column
43
43
private boolean userprofile ;
44
- @ JsonView (Detailed .class )
44
+ @ JsonView (Basic .class )
45
45
@ Column
46
46
private String address ;
47
47
Original file line number Diff line number Diff line change
1
+ # Created at 2022-04-11T02:31:31.349
2
+ System.exit() or native command error interrupted process checker.
3
+ java.lang.IllegalStateException: error [STOPPED] to read process 15768
4
+ at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:145)
5
+ at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:116)
6
+ at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
7
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
8
+ at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
9
+ at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
11
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
12
+ at java.base/java.lang.Thread.run(Thread.java:833)
13
+
14
+
You can’t perform that action at this time.
0 commit comments