Class EcommerceApplication
java.lang.Object
com.dmasone.identity.ecommerceapp.EcommerceApplication
@EnableCaching
@EntityScan(basePackages="com.dmasone.identity")
@EnableJpaRepositories(basePackages="com.dmasone.identity")
@SpringBootApplication(scanBasePackages="com.dmasone.identity")
public class EcommerceApplication
extends Object
Single executable entry point for the modular monolith. The application
module composes catalog, orders, payment, and shared infrastructure without
moving business logic into the bootstrap layer.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EcommerceApplication
public EcommerceApplication()
-
-
Method Details
-
main
-