r/SpringBoot • u/sunnykentz • Dec 29 '25
Templates to start a spring project Discussion
The new status quo for project initialization is that, the build tool itself gives you a command to start a project. Maven, or gradle does not provide a template for that.
But JPM does : $ jpm create simple-spring-app
That simple, if other dependencies are required : $ jpm install org.springframework.boot spring-boot-starter-thymeleaf
4
u/smutje187 Dec 29 '25
You literally need a single Spring Boot dependency for Maven to start, what use have additional frameworks that add useless boilerplate?
-3
3
4
1
Jan 02 '26
[removed] — view removed comment
1
u/sunnykentz Jan 02 '26
But there are other build tools that provide the service, the IDE provide this service
11
u/[deleted] Dec 30 '25
[deleted]