| | |
| | | #jdbc.username=root |
| | | #jdbc.password=123456 |
| | | ## |
| | | jdbc.url=${jdbc.url} |
| | | jdbc.username=${jdbc.username} |
| | | jdbc.password=${jdbc.password} |
| | | |
| | | |
| | | jdbc.url = ${jdbc.url} |
| | | jdbc.username = ${jdbc.username} |
| | | jdbc.password = ${jdbc.password} |
| | | # -----MySQL end----- |
| | | |
| | | # -----customize start----- |
| | |
| | | smtp.subject= |
| | | smtp.content= |
| | | |
| | | zkysmtp.user=xlli2020@sinano.ac.cn |
| | | zkysmtp.pwd=Forever*#15 |
| | | zkysmtp.user=qzhao2020@sinano.ac.cn |
| | | zkysmtp.pwd=Zhaoqun8272 |
| | | #\u8C03\u7528\u7C7B EmailSendSchedule \u7535\u5B50\u90AE\u4EF6\u53D1\u9001\u8BA1\u5212(\u5355\u4F4D\u6BEB\u79D2) |
| | | emailSend.schedule.delay=60000 |
| | | |
| | |
| | | |
| | | institute.id = ${institute.id} |
| | | institute.name = ${institute.name} |
| | | institute.logo = ${institute.logo} |
| | | institute.url = ${institute.url} |
| | | institute.copyright = ${institute.copyright} |
| | | message.url = ${message.url} |
| | | |
| | | reagent.detail.price.api = ${reagent.detail.price.api} |
| | | |
| | | personImgPath = ${personImgPath} |
| | | |
| | | activeEnv = ${envTag} |
| | | |