Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created April 7, 2021 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemrosim/97c16ea7a7f55b40da7ad94bce95f691 to your computer and use it in GitHub Desktop.
Save nemrosim/97c16ea7a7f55b40da7ad94bce95f691 to your computer and use it in GitHub Desktop.
package com.nemrosim;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan({"com.nemrosim"})
public class AppConfiguration {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment