一路繁花似锦绣前程
失败的越多,成功才越有价值

导航

 
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页

2020年9月14日

摘要: 一、spring配置类 package com.wuxi.configs; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Confi 阅读全文
posted @ 2020-09-14 23:39 一路繁花似锦绣前程 阅读(159) 评论(0) 推荐(0)
 
摘要: 一、spring的xml配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/X 阅读全文
posted @ 2020-09-14 23:10 一路繁花似锦绣前程 阅读(212) 评论(0) 推荐(0)
 
摘要: 一、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
posted @ 2020-09-14 22:51 一路繁花似锦绣前程 阅读(229) 评论(0) 推荐(0)
 
摘要: 一、配置 1、xml配置方式 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XML 阅读全文
posted @ 2020-09-14 15:47 一路繁花似锦绣前程 阅读(364) 评论(0) 推荐(0)
 
摘要: 一、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
posted @ 2020-09-14 13:31 一路繁花似锦绣前程 阅读(227) 评论(0) 推荐(0)
 
摘要: 一、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
posted @ 2020-09-14 10:51 一路繁花似锦绣前程 阅读(173) 评论(0) 推荐(0)
 
摘要: 一、@configuration注解的配置类 /* @Configuration:指定当前类是一个配置类 @ComponentScan:用于通过注解指定spring在创建容器时要扫描的包 属性:value、basePackages是一个数组 作用:相当于在spring的xml配置文件中配置: <co 阅读全文
posted @ 2020-09-14 10:26 一路繁花似锦绣前程 阅读(182) 评论(0) 推荐(0)
 

2020年9月12日

摘要: 一、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
posted @ 2020-09-12 17:33 一路繁花似锦绣前程 阅读(136) 评论(0) 推荐(0)
 

2020年9月11日

摘要: 一、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
posted @ 2020-09-11 15:47 一路繁花似锦绣前程 阅读(202) 评论(0) 推荐(0)
 

2020年9月10日

摘要: 一、一对一 /* 1、在mybatis.xml配置文件中,开启二级缓存 <settings> <!--开启二级缓存--> <setting name="cacheEnabled" value="true"/> </settings> */ @CacheNamespace(blocking = tru 阅读全文
posted @ 2020-09-10 21:35 一路繁花似锦绣前程 阅读(135) 评论(0) 推荐(0)
 
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页