Compare commits
No commits in common. 'e0455950adadf3aa001874df0ee974205eec7b1a' and '2a64fd359971ff01604398b286c3defdbf9697cb' have entirely different histories.
e0455950ad
...
2a64fd3599
@ -1,18 +1,13 @@
|
|||||||
package com.trading_platform;
|
package com.trading_platform;
|
||||||
|
|
||||||
import io.swagger.v3.oas.annotations.OpenAPIDefinition;
|
|
||||||
import io.swagger.v3.oas.annotations.info.Info;
|
|
||||||
import org.mybatis.spring.annotation.MapperScan;
|
|
||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
@OpenAPIDefinition(info = @Info(title = "Trading Platform API", version = "1.0"))
|
|
||||||
@MapperScan("com.trading_platform.mapper")
|
|
||||||
public class TradingPlatformApplication {
|
public class TradingPlatformApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(TradingPlatformApplication.class, args);
|
SpringApplication.run(TradingPlatformApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue