com.litongjava.tio.boot.spring.TioBootServerAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tio-boot Show documentation
Show all versions of tio-boot Show documentation
Java High Performance Web Development Framework
package com.litongjava.tio.boot.spring;
import org.springframework.context.annotation.Import;
@Import({ EmbeddedTioBoot.class, TioBootWebServerFactoryCustomizer.class })
public class TioBootServerAutoConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy