spring
文章平均质量分 50
Thompson24
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
transfer file to server path failed /tmp/tomcat.xxx
transfer file to server path failed原创 2022-06-07 18:49:57 · 433 阅读 · 1 评论 -
Spring定时任务
1.在spring-servlet.xml文件中加入task的命名空间;2.使用task配置扫描注解;3.使用@Scheduled(cron = "时间格式串")xmlns:task="http://www.springframework.org/schema/task"xsi:schemaLocation="http://www.springframework.org/schem...转载 2020-04-20 17:34:22 · 224 阅读 · 0 评论 -
解决 transaction-manager Attribute transaction-manager is not allowed here
idea根据你的事务自动生成的命名空间如下:将上面红色标注的代码换成如下即可:xmlns:tx="http://www.springframework.org/schema/tx"原创 2019-01-01 14:53:12 · 5058 阅读 · 3 评论 -
Caused by: redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required.
<bean id="sentinelConfig" class="org.springframework.data.redis.connection.RedisSentinelConfiguration"> <constructor-arg name="master" value="mymaster" /> <cons...原创 2019-06-05 10:56:27 · 2436 阅读 · 0 评论
分享