com.lq.glob.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springboot-dagger-x Show documentation
Show all versions of springboot-dagger-x Show documentation
Fast construction of springboot microservices
The newest version!
package com.lq.glob;
public interface Constants {
String springBootVersion = "2.2.4.RELEASE";
String mybatisVersion = "2.1.2";
String mysqlConnectorVersion = "5.1.49";
String fastJsonVersion = "1.2.47";
}