質問編集履歴

1

誤字

2016/10/09 15:10

投稿

bonsai__program
bonsai__program

スコア10

test CHANGED
File without changes
test CHANGED
@@ -44,13 +44,13 @@
44
44
 
45
45
  System.out.println("aaa");
46
46
 
47
- return "aaa";
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/student
97
+ url: jdbc:postgresql://localhost:5432/xxx
98
-
98
+
99
- username: postgres
99
+ username: xxxx
100
-
100
+
101
- password: postgres
101
+ password: xxxx
102
102
 
103
103
 
104
104