
spring
spring
spencer_tseng
这个作者很懒,什么都没留下…
展开
-
@PathVariable && @RequestParam
@PathVariable && @RequestParam 都是接收客户端参来的参数,表现形式不一样原创 2025-04-15 10:05:37 · 166 阅读 · 0 评论 -
spring AOP
spring AOP原创 2025-04-13 23:47:29 · 179 阅读 · 0 评论 -
org.springframework.util.Base64Utils
org.springframework.util.Base64Utils原创 2024-01-09 16:50:48 · 1455 阅读 · 0 评论 -
DynamicDataSource
DynamicDataSource 多数据源,读写分离,主从数据库原创 2023-12-02 04:09:34 · 561 阅读 · 0 评论 -
org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource原创 2023-12-02 04:07:09 · 766 阅读 · 0 评论 -
org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder
org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder原创 2023-11-25 03:04:11 · 1269 阅读 · 0 评论 -
Path with “WEB-INF“ or “META-INF“: [webapp/WEB-INF/NewFile.html]
Path with “WEB-INF“ or “META-INF“: [webapp/WEB-INF/NewFile.html]原创 2023-11-04 01:09:34 · 534 阅读 · 0 评论 -
Required String parameter ‘name‘ is not present
[org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'name' is not present]原创 2023-11-04 01:06:14 · 543 阅读 · 0 评论 -
org.springframework.web.client.RestTemplate
org.springframework.web.client.RestTemplate原创 2023-11-03 01:10:16 · 433 阅读 · 0 评论 -
org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder
org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder 加密解密原创 2023-05-19 17:19:17 · 461 阅读 · 0 评论 -
@Controller @RestController
@RestController = @Controller +@ResponseBody原创 2022-11-17 16:53:07 · 105 阅读 · 0 评论 -
Caused by: java.lang.IllegalAccessError: javax/el/Util
Caused by: java.lang.IllegalAccessError: javax/el/Util原创 2022-11-16 19:52:41 · 1570 阅读 · 0 评论 -
Could not resolve placeholder ‘spring.datasource.druid.initialSize‘ in value “${spring.datasource.dr
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'spring.datasource.druid.initialSize' in value "${spring.datasource.druid.initialSize}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholde原创 2022-11-16 19:36:41 · 8196 阅读 · 2 评论 -
java.lang.ClassNotFoundException: org.junit.platform.launcher.core.LauncherFactory
java.lang.ClassNotFoundException: org.junit.platform.launcher.core.LauncherFactory原创 2022-09-27 14:57:20 · 568 阅读 · 0 评论 -
spring transaction propagation 02 isolation
spring transaction propagation 02 isolation原创 2022-08-16 01:07:11 · 207 阅读 · 0 评论 -
spring transaction propagation 03 readonly
spring transaction propagation 03 readonly原创 2022-08-16 00:29:31 · 251 阅读 · 0 评论 -
spring transaction propagation 04 timeout
spring transaction propagation timeout原创 2022-08-16 00:18:29 · 609 阅读 · 0 评论 -
spring transaction Attribute
spring transaction Attribute原创 2022-08-15 22:49:20 · 201 阅读 · 0 评论 -
spring transaction propagation 01 REQUIRED
spring transaction propagation REQUIRED原创 2022-08-15 21:40:59 · 384 阅读 · 0 评论 -
spring HibernateTransactionManager
spring HibernateTransactionManager原创 2022-08-15 15:44:38 · 396 阅读 · 0 评论 -
spring @Transactional
spring @Transactional原创 2022-07-27 22:13:46 · 123 阅读 · 0 评论 -
spring mvc: The request sent by the client was syntactically incorrect ()
原创 2017-11-23 13:25:55 · 201 阅读 · 0 评论 -
SpringMVC HandlerInterceptorAdapter
web.xml<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="h原创 2017-08-10 10:40:07 · 586 阅读 · 0 评论 -
DispatcherServlet Servlet
原创 2017-07-12 00:28:29 · 299 阅读 · 0 评论 -
spring HandlerExceptionResolver
BusinessException.javapackage exception_01;public class BusinessException extends Exception{ private static final long serialVersionUID = 2201800548165425255L;}ParameterException.javapackage e原创 2017-07-09 11:37:25 · 197 阅读 · 0 评论 -
spring bean
这段代码还是我刚学习spring时候得。这些书上的概念很多,但是没太记住。程序太累,还是忘记那些概念吧,也没太大意义,把大脑那有限的内存记住生活的美好吧。上代码:bean : 一个类 + 一个配置XML注入: 太难理解了,而且我觉得英文翻译过来怎么会叫注入呢。 反正就是去读取配置文件里面的值。为什么呢,因为有些值可能需要修改,而程序编译成.CLASS原创 2017-07-08 08:35:22 · 195 阅读 · 0 评论