Skip to content

Commit ba0f400

Browse files
committed
update 2
1 parent e1fa58d commit ba0f400

File tree

1 file changed

+1
-0
lines changed
  • springmvc-userlogin/src/main/java/jbr/springmvc/model

1 file changed

+1
-0
lines changed

springmvc-userlogin/src/main/java/jbr/springmvc/model/User.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public String getUsername() {
1515
}
1616

1717
public void setUsername(String username) {
18+
System.out.println("username: " + username);
1819
this.username = username;
1920
}
2021

0 commit comments

Comments
 (0)