SpringProject
SpringProject
------------------------------------------------
com.jsp.appService.Entity
com.jsp.appService.Dto
-----------------------------------------------------------------------------------
----------------------------------------------
AppProperies
AppProperiesDto
altKey
moduleName moduleName
propertyKey propertyKey
propertyValue
propertyValue
createdDate
createdDate
modifiedDate
modifiedDate
createdBy
createdBy
modifiedBy
modifiedBy
-----------------------------------------------------------------------------------
------------------------------------------------------
Table:-----------:- app_properties
alt_key int primary key
module_name varchar not null
property_key varchar unique
property_value varchar not null
created_date Date null
modified_date Date null
created_by varchar
modified_by varchar
-----------------------------------------------------------------------------------
-----------------------------------------------------
AppResponseDto (AppProperies)
createProperties(List<AppProperiesDto)
AppResponseDto (List<AppProperies>) getProperties();
AppResponseDto (List<AppProperies>) getPropertiesByModule(String
moduleName)
AppResponseDto (AppProperies) getPropertiesByKey(String
propertyKey)
-----------------------------------------------------------------------------------
-----------------------------------------------------
Table:----------:- app_service
AppService AppServiceDto
altKey
serviceName serviceName
serviceUrl serviceUrl
status
createdDate
modifiedDate
-----------------------------------------------------------------------------------
--------------------------------------------------------
-----------------------------------------------------------------------------------
--------------------------------------------------------
AppResponseDto
String status
String statusCode
String data
String error
-----------------------------------------------------------------------------------
----------------------------------------------------------