IP屬地:北京
在idea中遇到.properties文件中,中文會(huì)自動(dòng)轉(zhuǎn)換成16進(jìn)制的unicode嗎: 如何解決這個(gè)問(wèn)題: Ctrl + Alt + s 打...
Spring學(xué)習(xí)04 屬性賦值 屬性的賦值方式有幾種(使用注解的方式) 使用@Value注解,直接給屬性賦值: @Value("Bruce") ...
Spring Bean的生命周期 在創(chuàng)建bean的時(shí)候,指定init和detroy方法.package com.wzl.yanyan.sprin...
有4種方式給spring容器添加Bean 直接使用包掃描 + 組件注解標(biāo)注(@mapperScan + @Controller/@Service...
2020年6月29日 配置類 注解@Configruation 注解掃描,通過(guò)注解@ComponentScans,掃描指定的包.package ...