Skip to content

Instantly share code, notes, and snippets.

@b1a9id
Last active July 9, 2021 04:31
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 b1a9id/5cd2a5228e4388885833c12382c2c3ad to your computer and use it in GitHub Desktop.
Save b1a9id/5cd2a5228e4388885833c12382c2c3ad to your computer and use it in GitHub Desktop.
asyncのWebMvcConfig.java
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration(proxyBeanMethods = false)
@EnableAsync
public class WebMvcConfig implements WebMvcConfigurer {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment