Last change
on this file since 743de55 was 743de55, checked in by macagaso <gasoskamarija@…>, 6 weeks ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
423 bytes
|
Line | |
---|
1 | package finki.it.terapijamkbackend.spring;
|
---|
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(TerapijaMkBackend.class);
|
---|
11 | }
|
---|
12 |
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.