資源簡介
采用springBoot項目,redis,ehchae的緩存技術,下載改了數據就能啟動,是一個易懂源碼的項目,多功能,讓你東多方面了解知識點,原創不易。
下載后解壓就是源碼
代碼片段和文件信息
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
- 上一篇:ssm登錄
- 下一篇:java餐廳管理系統源碼(附數據庫)
評論
共有 條評論