質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,13 +44,13 @@
|
|
44
44
|
|
45
45
|
System.out.println("aaa");
|
46
46
|
|
47
|
-
return "
|
47
|
+
return "home";
|
48
48
|
|
49
49
|
}
|
50
50
|
|
51
51
|
}
|
52
52
|
|
53
|
-
----------【jsp】----------
|
53
|
+
----------【home.jsp】----------
|
54
54
|
|
55
55
|
<%@ page language="java" contentType="text/html; charset=utf-8"
|
56
56
|
|
@@ -94,11 +94,11 @@
|
|
94
94
|
|
95
95
|
driver-class-name: org.postgresql.Driver
|
96
96
|
|
97
|
-
url: jdbc:postgresql://localhost:5432/
|
97
|
+
url: jdbc:postgresql://localhost:5432/xxx
|
98
|
-
|
98
|
+
|
99
|
-
username:
|
99
|
+
username: xxxx
|
100
|
-
|
100
|
+
|
101
|
-
password:
|
101
|
+
password: xxxx
|
102
102
|
|
103
103
|
|
104
104
|
|