Re: springboot and cayenne
Andrus Adamchik <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Tony, I haven't used Cayenne with SpringBoot for obvious reasons, but it should be no different from using it in any other env: * Create a ServerRuntime singleton * Get ObjectContext from it when you need it. Andrus > On Jul 29, 2020, at 5:33 PM, Tony Giaccone <[email protected]> wrote: > > I see there's a cayenne spring boot starter project, has anyone used this? > What's the state of using Cayenne with springboot? > > > > Tony Giaccone