摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2019-12-13 21:09 虎威 阅读(2216) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"><map 阅读全文
posted @ 2019-12-13 21:07 虎威 阅读(411) 评论(0) 推荐(0)
摘要: server: port: 8091 servlet: context-path: /spring: datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/jtdb?serverTi 阅读全文
posted @ 2019-12-13 21:04 虎威 阅读(328) 评论(0) 推荐(0)
摘要: package com.jt.aop; import org.aspectj.lang.JoinPoint;import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.AfterThrowing;imp 阅读全文
posted @ 2019-12-13 21:01 虎威 阅读(808) 评论(0) 推荐(0)
摘要: package com.jt.aop; import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.Around;import org.aspectj.lang.annotation.Aspect;im 阅读全文
posted @ 2019-12-13 21:00 虎威 阅读(193) 评论(0) 推荐(0)
摘要: Nginx Redis redis分片 redis哨兵 redis集群 等 常用命令 1.1.1 Nginx命令 前提:nginx的命令执行,必须在nginx的根目录中完成 命令: 1.启动nginx start nginx 2.重启nginx nginx -s reload 3.关闭nginx n 阅读全文
posted @ 2019-12-13 20:56 虎威 阅读(1032) 评论(0) 推荐(0)