Package ch.bztf.m226blb1
Class SnsApplication
java.lang.Object
ch.bztf.m226blb1.SnsApplication
@SpringBootApplication
@EnableAutoConfiguration
@ComponentScan(basePackages="ch.bztf.m226blb1")
@EntityScan(basePackages="ch.bztf.m226blb1.Database")
@EnableJpaRepositories(basePackages="ch.bztf.m226blb1.Database.Repositories")
@Controller("/")
public class SnsApplication
extends Object
M226B - LB1 - SnsApplication
- Author:
- Manuel Schumacher
- Category:
- Application
- API Note:
- This class is a
SpringBootApplication
- Implementation Note:
- This class is the main class of the project
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SnsApplication
protected SnsApplication()Hidden constructor for theSnsApplication
class.
-
-
Method Details
-
main
The main method with starts the application.- Parameters:
args
- the start arguments- See Also:
-
SpringApplication.run(Class, String...)
-
docs
-