【发布时间】:2021-06-08 16:45:21
【问题描述】:
我正在尝试使用 JpaRepository 做一个练习 Spring Boot 程序。我有一个允许用户注册的网络应用程序的代码。用户注册并将登录凭据添加到数据库。我有另一个网页视图,您可以在其中更新用户地址信息。问题是当您更新用户地址时,网络浏览器会显示
白标错误页面:
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue Jun 08 12:13:08 EDT 2021
There was an unexpected error (type=Internal Server Error, status=500).
null identifier
我这里显示的代码。
https://github.com/jkirkish/Assignment13.git
当我点击更新按钮后更新地址信息时,任何有关网络浏览器错误的帮助都会有所帮助。
【问题讨论】:
标签: sql spring view model null