spring boot mybatis配置檔案開發

2021-09-10 19:12:48 字數 784 閱讀 6944

之前寫了乙個註解版開發的,現在在乙個配置檔案開發。我直接把**貼下面

//根據id查詢單個資訊

public orders getorders(integer id);

//新增單個資訊

mybatis-config.xml的配置

<?xml version="1.0" encoding="utf-8" ?>

<?xml version="1.0" encoding="utf-8" ?>

insert into orders(user_id,number,oreatetime,note)values (#,#,#,#)

spring-boot裡面我使用的是yml檔案

mybatis:

config-location: classpath:mybatis/mybatis-config.xml

controller

@restcontroller

public class usercontroller

public orders insertorders(orders orders)

}

這就是乙個簡單spring-boot的mybatis配置檔案

springboot mybatis 配置雙資料來源

檔案放置的位置,對應的同乙個資料庫的dao要放在同乙個包裡 spring datasource driverclassname com.mysql.jdbc.driver test1 driver class name com.mysql.jdbc.driver jdbc url jdbc mysq...

Spring Boot自定義屬性配置檔案開啟提示

前言 有時候在sping boot專案中需要自定義屬性。又想在配置檔案 properties 中顯示提示時。測試環境 sping boot2x m en lombok 準備測試的配置類 data configuration configurationproperties prefix animal....

drbd配置檔案 drbd配置檔案

drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...