BootConfiguration.java 255 Bytes
package com.diligrp.assistant.boot;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan("com.diligrp.assistant.boot")
public class BootConfiguration {
}