forked from sohutv/cachecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
37 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,41 +38,6 @@ | |
</dependency> | ||
</dependencies> | ||
|
||
<developers> | ||
<developer> | ||
<name>leifu</name> | ||
<email>[email protected]</email> | ||
<organization>sohu-tv</organization> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>yongfeigao</name> | ||
<email>[email protected]</email> | ||
<organization>sohu-tv</organization> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>haibogu</name> | ||
<email>[email protected]</email> | ||
<organization>sohu-tv</organization> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>yijunzhang</name> | ||
<email>[email protected]</email> | ||
<organization>sohu-tv</organization> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
</developers> | ||
|
||
<build> | ||
<resources> | ||
<resource> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,7 +148,7 @@ public class ConstUtils { | |
/** | ||
* 报警相关 | ||
*/ | ||
public static String DEFAULT_EMAILS = "xx@sohu.com,[email protected]"; | ||
public static String DEFAULT_EMAILS = "xx@xx.com,[email protected]"; | ||
public static String EMAILS = DEFAULT_EMAILS; | ||
|
||
public static String DEFAULT_PHONES = "13812345678,13787654321"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,4 @@ | |
public class AppUserDaoTest extends BaseTest{ | ||
@Resource | ||
private AppUserDao appUserDao; | ||
|
||
@Test | ||
public void testAppDao() { | ||
AppUser appUser = AppUser.buildFrom(null, "11", "fff", "[email protected]", "13820794024", -1); | ||
appUserDao.save(appUser); | ||
logger.info("{}", appUser); | ||
} | ||
|
||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,36 +205,6 @@ | |
</dependencies> | ||
</dependencyManagement> | ||
|
||
<developers> | ||
|
||
<developer> | ||
<name>yijunzhang</name> | ||
<email>[email protected]</email> | ||
<organization>sohu-tv</organization> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
|
||
<developer> | ||
<name>leifu</name> | ||
<email>[email protected]</email> | ||
<organization>sohu-tv</organization> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
|
||
<developer> | ||
<name>lingguo</name> | ||
<email>[email protected]</email> | ||
<organization>sohu-tv</organization> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
</developers> | ||
|
||
<build> | ||
<pluginManagement> | ||
<plugins> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-- MySQL dump 10.13 Distrib 5.5.16, for Linux (x86_64) | ||
-- | ||
-- Host: 10.10.19.167 Database: cache-cloud | ||
-- Host: 127.0.0.1 Database: cache-cloud | ||
-- ------------------------------------------------------ | ||
-- Server version 5.5.34-32.0-log | ||
|
||
|
@@ -866,7 +866,7 @@ insert into system_config(config_key,config_value,info,status,order_id) values(' | |
insert into system_config(config_key,config_value,info,status,order_id) values('machine.mem.alert.ratio','80.0','机器内存报警阀值',1,10); | ||
insert into system_config(config_key,config_value,info,status,order_id) values('machine.load.alert.ratio','8.0','机器负载报警阀值',1,11); | ||
insert into system_config(config_key,config_value,info,status,order_id) values('cachecloud.documentUrl','http://cachecloud.github.io','文档地址',1,12); | ||
insert into system_config(config_key,config_value,info,status,order_id) values('cachecloud.owner.email','xx@sohu.com,[email protected]','邮件报警(逗号隔开)',1,13); | ||
insert into system_config(config_key,config_value,info,status,order_id) values('cachecloud.owner.email','xx@xx.com,[email protected]','邮件报警(逗号隔开)',1,13); | ||
insert into system_config(config_key,config_value,info,status,order_id) values('cachecloud.owner.phone','13812345678,13787654321','手机号报警(逗号隔开)',1,14); | ||
insert into system_config(config_key,config_value,info,status,order_id) values('cachecloud.mavenWareHouse','http://your_maven_house','maven仓库地址(客户端)',1,15); | ||
insert into system_config(config_key,config_value,info,status,order_id) values('cachecloud.contact','user1:([email protected], user1:135xxxxxxxx)<br/>user2: ([email protected], user2:138xxxxxxxx)','值班联系人信息',1,16); | ||
|
@@ -911,7 +911,7 @@ CREATE TABLE `app_data_migrate_status` ( | |
PRIMARY KEY (`id`) | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='迁移状态'; | ||
|
||
insert into app_user(name,ch_name,email,mobile,type) values('admin','admin','admin@sohu-inc.com','13500000000',0); | ||
insert into app_user(name,ch_name,email,mobile,type) values('admin','admin','admin@xxx.com','13500000000',0); | ||
|
||
DROP TABLE IF EXISTS `instance_config`; | ||
CREATE TABLE `instance_config` ( | ||
|