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 {
}