idea如何引入spring Context

投稿- 2023-08-20 17:49:13

idea发布web项目时出现 java.lang.ClassNotFoundException org.springframework.web.context.ContextLoaderListen

各位老铁们,大家好,今天由我来为大家分享idea如何引入spring Context,以及idea为什么不建议用autowired的相关问题知识,希望对大家有所帮助。如果可以帮助到大家,还望关注收藏下本站,您的支持是我们最大的动力,谢谢大家了哈,下面我们开始吧!

本文目录

  1. idea如何引入spring Context
  2. springboot怎么启动测试

idea如何引入spring Context

idea引入springContext:

1、首先,可以点击上方的Run的选项。

2、然后点击EditConfigurations这个选项。

3、然后看到这里的ServiceApplication这个选项。

4、然后选择到Configuration这个选项。

5、然后经常需要设置的为下面的Parameters的选项。

springboot怎么启动测试

packageio.geekidea.fastspringboot.test;importlombok.extern.slf4j.Slf4j;importorg.junit.Test;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.RedisTemplate;/***@authorMrLiu*@date2018/11/10*/@Slf4jpublicclassTestRedisTemplateextendsBaseTest{@AutowiredprivateRedisTemplateredisTemplate;@Testpublicvoidtest(){redisTemplate.opsForValue().set("hello","HelloRedis...");Objecthello=redisTemplate.opsForValue().get("hello");log.debug("hello="+hello);}}

参考:

https://github.com/geekidea/fast-spring-boot/blob/master/src/test/java/io/geekidea/fastspringboot/test/TestRedisTemplate.java

关于idea如何引入spring Context,idea为什么不建议用autowired的介绍到此结束,希望对大家有所帮助。

idea Spring5框架03 ApplicationContext和BeanFactory的区别
  • 声明:本文内容来自互联网不代表本站观点,转载请注明出处:bk.66688897.com/12/101024.html
上一篇:ipad换了外屏后悔了(ipad换了外屏后悔了还能修吗)
下一篇:ipad不贴钢化膜行不行(ipad可以不贴膜会不会弄划痕)
相关文章
返回顶部小火箭