摘要:
1、ApplicationContext是什么? 很多人都知道,ApplicationContext是我们常用的IOC容器,而他的顶层接口便是BeanFactory,ApplicationContext对BeanFactory做了拓展,功能更加强大。 2、ApplicationContextAwar 阅读全文
posted @ 2022-06-02 14:29
剑阁丶神灯
阅读(476)
评论(0)
推荐(0)
摘要:
1 第一次使用GIT之前需要设置用户名和邮箱 git config --global user.name "qzeng" git config --global user.email xxx@qq.com 2 常用命令 git clone <path to repository> 克隆远程代码库到本 阅读全文
posted @ 2022-06-02 14:21
剑阁丶神灯
阅读(89)
评论(0)
推荐(0)
摘要:
1. 引包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-ldap</artifactId> </dependency> 2. 配置文件application 阅读全文
posted @ 2022-06-02 13:58
剑阁丶神灯
阅读(1821)
评论(0)
推荐(0)