Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道,如何在脚手架模板中转义如下导入?我想在我生成的视图中使用这个导入。
<%@ page import="nl.ihomer.enums.Status" %>
您无法逃避脚手架模板中的导入,因为该域位于不同的包中。如果您必须转义导入,则可以将“状态”替换为使用域的“nl.ihomer.enums.Status”。希望它可以帮助你!