![JAR search and dependency download from the Maven repository](/logo.png)
com.github.timo_reymann.vue_starter.autoconfiguration.VueAutoConfiguration Maven / Gradle / Ivy
The newest version!
package com.github.timo_reymann.vue_starter.autoconfiguration;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan("com.github.timo_reymann.vue_starter")
@Slf4j
@EnableConfigurationProperties
public class VueAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy