Re: Spring Boot Properties

2023-05-31 Thread Tim de Vries
rst of all, thanks for your hard work. I was wondering why **NetBeans* Language Server for Java (VS Code) *supports Spring Boot property file autocompletion, but the full NetBeans IDE doesn't. It weird! -- David Soles

Spring Boot Properties

2023-05-29 Thread David Soles
First of all, thanks for your hard work. I was wondering why NetBeans Language Server for Java (VS Code) supports Spring Boot property file autocompletion, but the full NetBeans IDE doesn't. It weird! -- David Soles

Re: Spring Boot

2019-05-22 Thread Carl Mosca
; > > On Tue, May 21, 2019 at 4:42 PM John McDonnell > wrote: > >> What problem are you getting? >> >> When I'm starting a spring boot application I start @ >> https://start.spring.io/ and generate a Maven project. Download this >> and open it in NetBea

Re: Spring Boot

2019-05-22 Thread Michael Spence
track down things in the test package that aren't there. Anyway, thanks for your help. Michael D. Spence Mockingbird Data Systems, Inc. On Tue, May 21, 2019 at 4:42 PM John McDonnell wrote: > What problem are you getting? > > When I'm starting a spring boot application I start @ > h

Re: Spring Boot

2019-05-21 Thread John McDonnell
What problem are you getting? When I'm starting a spring boot application I start @ https://start.spring.io/ and generate a Maven project. Download this and open it in NetBeans without any issues. Note with NetBeans 11 now, you can also generate a Gradle project, and there use to be a plugin

Re: Spring Boot

2019-05-21 Thread Jonathan Bergh
t; > https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa > > It uses maven to get all dependencies. > > I had no problems. > > Daniel > > Dne 21.05.2019 23:04, Michael Spence napsal: > > I am trying to set up a project using Spring Boot to avoid "j

Re: Spring Boot

2019-05-21 Thread daniel
Try this introduction https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa It uses maven to get all dependencies. I had no problems. Daniel Dne 21.05.2019 23:04, Michael Spence napsal: > I am trying to set up a project using Spring Boot to avoid "just use > E

Spring Boot

2019-05-21 Thread Michael Spence
I am trying to set up a project using Spring Boot to avoid "just use Eclipse". I have not been able to get this to work in either 8.2 or 11 (not sure if 11 is supposed to support this). Is there a how-to somewhere, or even a pom that works that I could study? Thanks, Michael