Skip to content

Instantly share code, notes, and snippets.

@oscarnevarezleal
Created September 6, 2019 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarnevarezleal/b9dab20b43f9d98dcbc5d49647900910 to your computer and use it in GitHub Desktop.
Save oscarnevarezleal/b9dab20b43f9d98dcbc5d49647900910 to your computer and use it in GitHub Desktop.
.project file for a SpringBoot Application (STS)
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>gs-accessing-data-jpa-complete</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment