Package com.example.orderplatform
Class OrderPlatformApplication
java.lang.Object
com.example.orderplatform.OrderPlatformApplication
@Modulithic(systemName="Order Platform")
@SpringBootApplication
public class OrderPlatformApplication
extends Object
Spring Boot entry point for the modular monolith order platform.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrderPlatformApplication
public OrderPlatformApplication()
-
-
Method Details
-
main
Starts the Spring Boot application.- Parameters:
args- command-line arguments
-