
spring boot
梁国文
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring boot笔记
1.pom.xml的配置 <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/POM/4.0.0 http://maven.apache.org/xs原创 2017-12-20 11:19:24 · 365 阅读 · 0 评论 -
springboot定时器
1.CommandLineRunner package com.springboot.study; import org.springframework.boot.CommandLineRunner; import org.springframework.stereotype.Component; /** * Created by pangkunkun on 2017/9/3. ...原创 2018-12-02 15:25:48 · 290 阅读 · 1 评论