mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-16 16:50:42 +08:00
Review jpa facet support
Closes gh-762
This commit is contained in:
parent
c71d78a840
commit
41f37027c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user