Hello everyone,
I have no idea how to run this sample project from eclipse.
Normal appengine project is run using "mvn appengine:devserver" or in Eclipse case configure a Run Configuration for Maven Build using appengine:devserver as goals (Run => Run Configurations... => Maven Build => create new, select the project and type the goal).
I use appengine:devserver goal with other not spring boot project and it works.
I use spring-boot:run goal with the sample project and that works.
So I wonder if the right way to run sample project is spring-boot:run ? Instead of appengine:devserver ?
Which bring me to my next question. AFAIK the devserver actually emulate App Engine stuff like datastore in the development environment.
So without it, does that means we dont have access to appengine datastore?
If we can, how to do it using spring-boot:run etc?
TIA
Haris
Hello everyone,
I have no idea how to run this sample project from eclipse.
Normal appengine project is run using "mvn appengine:devserver" or in Eclipse case configure a Run Configuration for Maven Build using appengine:devserver as goals (Run => Run Configurations... => Maven Build => create new, select the project and type the goal).
I use appengine:devserver goal with other not spring boot project and it works.
I use spring-boot:run goal with the sample project and that works.
So I wonder if the right way to run sample project is spring-boot:run ? Instead of appengine:devserver ?
Which bring me to my next question. AFAIK the devserver actually emulate App Engine stuff like datastore in the development environment.
So without it, does that means we dont have access to appengine datastore?
If we can, how to do it using spring-boot:run etc?
TIA
Haris