Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Change Spring comments from MVC to REST #173

Merged
merged 2 commits into from
May 3, 2017
Merged

Change Spring comments from MVC to REST #173

merged 2 commits into from
May 3, 2017

Conversation

paulben
Copy link
Contributor

@paulben paulben commented May 2, 2017

A tactical solution short of PR #171, hopefully quick and easy.


This change is Reviewable

README.md Outdated
This provides you with a SpringBoot application that will run on WebSphere Liberty.

Inside the project there is a application.springboot.web package containing two classes:
* SpringBootLibertyApplication</code>: The entry point for the SpringBoot application.
* LibertyHelloController</code>: A Spring MVC endpoint which you can access at /springbootweb.
* LibertyHelloController</code>: A Spring REST endpoint which you can access at /springbootweb.

There is also a test class named <code>it.springboot.web.HelloControllerTest</code> that will test the Spring MVC endpoint to ensure it is working.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still has a Spring MVC reference.

@katheris katheris merged commit 9732f31 into WASdev:master May 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants