mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
fix: license 产品名称
This commit is contained in:
@@ -15,8 +15,8 @@ import java.util.Optional;
|
||||
|
||||
@Service
|
||||
public class AboutService {
|
||||
private static final String BUILD_VERSION = "/opt/fit2cloud/conf/version";
|
||||
private static final String product = "dataease";
|
||||
private static final String BUILD_VERSION = "/opt/dataease/conf/version";
|
||||
private static final String product = "DataEase";
|
||||
|
||||
@Resource
|
||||
private DefaultLicenseService defaultLicenseService;
|
||||
|
||||
Reference in New Issue
Block a user