From c510202c5df0cfac06e4bac3c1bd82471d8cdeb4 Mon Sep 17 00:00:00 2001 From: heshunme Date: Sun, 14 Jul 2024 18:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E6=9C=AA=E7=99=BB=E5=BD=95=E7=94=A8?= =?UTF-8?q?=E7=9A=84username=E9=BB=98=E8=AE=A4=E5=80=BC=E5=8A=A0=E5=9B=9E?= =?UTF-8?q?=E6=9D=A5=E4=BA=86=20=E5=85=8D=E5=BE=97=E5=9C=A8=E6=B2=A1?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=94=A8=E6=88=B7=E7=9A=84=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E8=BF=9B=E5=85=A5projects=E9=A1=B5=E9=9D=A2=E5=87=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/web/web_assignment/ProjectBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/web/web_assignment/ProjectBean.java b/src/main/java/com/web/web_assignment/ProjectBean.java index cc6b8ea..f5b1d7a 100644 --- a/src/main/java/com/web/web_assignment/ProjectBean.java +++ b/src/main/java/com/web/web_assignment/ProjectBean.java @@ -22,7 +22,7 @@ public class ProjectBean implements Serializable { private int projectIdx; private Project project; // Current project being worked on private UserInfo userInfo; // User info for the current user - private String username; + private String username = "admin"; private String password; private Boolean isLoggedIn = false; public String projectKeywords = ""; // String to hold project keywords