資源簡介
采用springBoot項(xiàng)目,redis,ehchae的緩存技術(shù),下載改了數(shù)據(jù)就能啟動(dòng),是一個(gè)易懂源碼的項(xiàng)目,多功能,讓你東多方面了解知識(shí)點(diǎn),原創(chuàng)不易。
下載后解壓就是源碼
代碼片段和文件信息
package?com.luban;
import?org.mybatis.spring.annotation.MapperScan;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.boot.web.servlet.ServletComponentScan;
import?org.springframework.cache.annotation.EnableCaching;
import?org.springframework.transaction.annotation.EnableTransactionManagement;
@EnableAutoConfiguration(exclude?=?{
????????org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class
})
@EnableTransactionManagement
@ServletComponentScan
@MapperScan(“com.luban.*.dao“)
@SpringBootApplication
@EnableCaching
public?class?LubanApplication?{
????public?static?void?main(St
評(píng)論
共有 條評(píng)論