Last change
on this file since 3fc9e50 was 3fc9e50, checked in by KostaFortumanov <kfortumanov@…>, 3 years ago |
prototip part1
|
-
Property mode
set to
100644
|
File size:
428 bytes
|
Line | |
---|
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.