Enable m2e-apt by default
Also a small bugfix related to enabling spring-boot validation builder on new projects. Both of these contribute to make a smoother experience working with JDT APT. See: https://github.com/spring-projects/sts4/issues/822
This commit is contained in:
@@ -272,5 +272,7 @@
|
||||
point="org.springframework.ide.eclipse.boot.project">
|
||||
<project nature="org.eclipse.m2e.core.maven2Nature" projectClass="org.springframework.ide.eclipse.boot.core.internal.MavenSpringBootProject"></project>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.ui.startup">
|
||||
<startup class="org.springframework.ide.eclipse.boot.ui.preferences.MavenAptPreferenceInitializer"/>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user