公告板
版本库
filestore
活动
搜索
登录
main
/
TAI_OTS_FRAMEWORK
[测评系统]--测评系统核心代码库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
问题修复
林致杰
2022-07-25
a4d957be987b9e0240323499e0440b773bf2a5f3
[TAI_OTS_FRAMEWORK.git]
/
src
/
main
/
java
/
com
/
ots
/
framework
/
config
/
EmailConfig.java
1
2
3
4
5
6
7
8
package com.ots.framework.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix = "mail")
public class EmailConfig {
}