|
![]() |
Isaac Ferguson wrote:Hi all,
I would like to migrate a java application using Rest to Spring Boot. I am thinking in using Spring Boot Web starter for migrating an app written in Java.
Should I just "import" the code into the Spring Boot Rest app?
Regards, Isaac
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
Isaac Ferguson wrote:I am starting with the migration for it I am using the Spring Initializr to create the basic structure, but which one shoudl I use?
The project to migrate contains Rest Services and credentials. Which starter should I use ?
Regards, Isaac
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Spring JPA's ability to use Hibernate
You might want to look at Spring REST: https://spring.io/guides/gs/rest-service
Isaac Ferguson wrote:
You might want to look at Spring REST: https://spring.io/guides/gs/rest-service
This is Spring but I want to use Spring Boot and the right starter.
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Can you give us the fully qualified names of these two classes
@RestController
@RequestMapping("/v1")
/org.springframework.boot/src/main/java/ddddd/nton/rt/a/NtonController.java
@RestController
@RequestMapping("/v2")
/org.springframework.boot/src/main/java/ddddd/nton/v1/b/Nton.java
and the fully qualified name and annotations of the class annotated with @SpringBootApplication?
Isaac Ferguson wrote:Where should be this data located in the original JEE app? I need to migrate it to the springmail.properties ->application.properties
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Isaac Ferguson wrote: it is an interface.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions