2020年5月27日

Springboot JDBC 对数据库的 CRUD操作

摘要: package com.example.demo.controller;import com.example.demo.dao.JDBCBean;import org.springframework.beans.factory.annotation.Autowired;import org.spri 阅读全文

posted @ 2020-05-27 15:58 床上小老虎 阅读(316) 评论(1) 推荐(0)

Springboot: 配置传参

摘要: 因为对springboot知识点掌握的不太牢靠,仅仅处于会用的状态,本着拒绝搬钻的想法,整一本书,快速过一遍基础 配置文件: /resources/application.properties server.address=192.168.251.219 server.port=8888 #http 阅读全文

posted @ 2020-05-27 11:01 床上小老虎 阅读(656) 评论(0) 推荐(0)

导航