MCPcopy Create free account
hub / github.com/Easesgr/reggie / ReggieApplication

Class ReggieApplication

src/main/java/com/ReggieApplication.java:15–23  ·  view source on GitHub ↗

@author 安逸i @version 1.0

Source from the content-addressed store, hash-verified

13 * @version 1.0
14 */
15@SpringBootApplication
16@ServletComponentScan
17@EnableTransactionManagement
18@MapperScan(basePackages = "com.anyi.reggie.mapper")
19public class ReggieApplication {
20 public static void main(String[] args) {
21 SpringApplication.run(ReggieApplication.class, args);
22 }
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected