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

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