All Downloads are FREE. Search and download functionalities are using the official Maven repository.

velopframework.kite-spring-boot-starter.1.0.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
/**
 * @author qiushui on 2021-06-29.
 */
module kite.spring.boot.starter {
    requires com.fasterxml.jackson.databind;
    requires kite.core;
    requires kite.spring;
    requires lombok;
    requires org.apache.commons.lang3;
    requires spring.beans;
    requires spring.boot.autoconfigure;
    requires spring.boot;
    requires spring.context;
    requires spring.webmvc;
    requires spring.web;
    requires kite.jackson;
    requires kite.dom4j;
    requires dom4j;


    exports com.github.developframework.kite.boot;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy