用於快速開發api介面。不再定義controller
,service
,dao
,mybatis
,xml
,entity
,vo
等物件.
視覺化介面,將入參自動封裝到可執行的指令碼上,支援所有關係性資料庫sql執行語句,非關係型mongodb
查詢語句.
完全基於springboot2.x,無侵入性,新老專案都能快速整合
無需編寫一行**即可完成大部分的需求開發,使用難度級別(測試 or 運維)也可參與開發
動態編譯,無需重啟,即時生效
#1. 新增依賴
com.github.alenfive
rocket-api-boot-starter
2.1.0.release
版本檢視:
#2. 配置資料來源,繼承com.github.alenfive.rocketapi.datasource.datasourcemanager
注入資料來源
@component
public
class
defaultdatasourcemanager
extends
datasourcemanager
}
#3. 關係型資料庫建表,非關係型不用
最新建表指令碼檢視:
文件位址1:
文件位址2:
轉基因鑑定,您還在提DNA?
說起提基因組dna做模板,上千份樣本讓人心煩意亂,每到取樣季,多少研究生都不願想起那些年洗過的研缽和無數的ep管。菌落pcr,各種處理後,酵母 農桿菌等還沒裂開,而做實驗的您估計腦袋快要炸開了!多想有一款靠譜的直接pcr產品來拯救實驗,拉您跳出基因組dna提取泥潭!聚合美超光速mix及pcr擴增伴侶...
還在用AIDL嗎?試試EasyMessenger吧
直達github專案位址 一款用於android平台的基於binder的程序間通訊庫,採用annotationprocessor生成ipc通訊需要的 easymessenger相對於aidl具備如下優勢 easymessenger目前支援如下資料型別 implementation cn.zmy ea...
Python日誌模組之你還在用PRINT列印日誌嗎
import logging logging.basicconfig level logging.debug,format asctime s filename s line lineno d levelname s message s datefmt a,d b y h m s filename ...