Build a robust REST-ful Web Service in less than 6 minutes

preview_player
Показать описание
Speaker: Pieter Humphrey (Martin Lippert)
Follow along at:

Рекомендации по теме
Комментарии
Автор

This guy's copy/paste tutorial is amazing!

OfficialSkankyRich
Автор

you just helped me figure out what was not letting me run my application. Thank you very much

muglymae
Автор

Warning: If you run Tomcat  because of another application before, your defaut port, 8080, may be used still by Tomcat. And you cannot run the application above on Spring Boot correctly. So you should create a folder named as"resources" under src/main/. Then create a file named as"aplication.properties" under "resources" folder.Then write
server.port: 9000
management.port: 9001
management.address: 127.0.0.1
in application file and save and run on Spring Boot.

omertasci
Автор

this is tutorial how to copy then paste

teodorkolev
Автор

this is great tutorial....thanks....and another one help....How to add Rest security using Oauth2 in this example

javaempers
Автор

sorry, it gives following  error,
: Unregistering JMX-exposed beans on shutdown

sohelsarder
Автор

How did you do this without a application context? Is this a new thing now, that you don't need it for projects?

kainfrost
Автор

Hi, I am getting error "Error: Could not find or load main class hello.Application" :(

shreen
Автор

How can you deploy this project to AWS EC2?

nanyu
Автор

This is a video of someone copying and pasting code from documentation.

DavidJura
Автор

This would be so much better if the speaker actually explained what was being copied and pasted... not really a walkthrough

joshuaaustin