Last change
on this file since 5577566 was 3fc9e50, checked in by KostaFortumanov <kfortumanov@…>, 3 years ago |
prototip part1
|
-
Property mode
set to
100644
|
File size:
428 bytes
|
Rev | Line | |
---|
[3fc9e50] | 1 | package it.finki.charitable;
|
---|
| 2 |
|
---|
| 3 | import org.springframework.boot.builder.SpringApplicationBuilder;
|
---|
| 4 | import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
|
---|
| 5 |
|
---|
| 6 | public class ServletInitializer extends SpringBootServletInitializer {
|
---|
| 7 |
|
---|
| 8 | @Override
|
---|
| 9 | protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
|
---|
| 10 | return application.sources(CharitableApplication.class);
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.