03 2020 档案

摘要:今天学习Spring Boot Actuator配置属性,其中一个属性(打开所有的监控点)management.endpoints.web.exposure.include=*,看文档说明如下: 然后我使用yml进行如下配置: management: endpoints: web: exposure 阅读全文
posted @ 2020-03-23 10:28 谱写自己的人生 阅读(5366) 评论(0) 推荐(3)
摘要:数据库时间如下: 数据库配置 spring: datasource: username: root password: root url: jdbc:mysql://localhost:3306/ag_admin?&serverTimezone=UTC&useUnicode=true&charact 阅读全文
posted @ 2020-03-19 11:54 谱写自己的人生 阅读(4052) 评论(0) 推荐(0)
摘要:问题:请求后台获取视频路径并为source的src赋值,但后台获取到路径返回后页面并没有加载视频; 问题代码: 经排查,是因为用了ajax的异步导致页面加载完了后台地址才返回,导致视频不在加载; 问题解决! 阅读全文
posted @ 2020-03-07 14:40 谱写自己的人生 阅读(1609) 评论(0) 推荐(0)