mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 18:22:26 +08:00
Review jpa facet support
Closes gh-762
This commit is contained in:
@@ -304,14 +304,6 @@ public class ProjectRequest extends BasicProjectRequest {
|
||||
this.resolvedDependencies.add(root);
|
||||
}
|
||||
|
||||
/**
|
||||
* Specify if this request has the jpa facet enabled.
|
||||
* @return {@code true} if the project has the jpa facet
|
||||
*/
|
||||
public boolean hasJpaFacet() {
|
||||
return hasFacet("jpa");
|
||||
}
|
||||
|
||||
/**
|
||||
* Specify if this request has the web facet enabled.
|
||||
* @return {@code true} if the project has the web facet
|
||||
|
Reference in New Issue
Block a user