parent
116a18b97a
commit
9cc735e7a5
@ -1,14 +0,0 @@
|
||||
package com.windchat.im.boot.config;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sam{@link an.guoyue254@gmail.com}
|
||||
* @since 2018-03-26 19:07:30
|
||||
*/
|
||||
public interface AkxProject {
|
||||
String PROJECT_NAME = "openzaly-boot";
|
||||
|
||||
String PROJECT_LOG_NAME = "openzaly-boot";
|
||||
|
||||
String PLN = "[openzaly-boot]";
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.windchat.im.boot.config;
|
||||
|
||||
/**
|
||||
* @author Sam{@link an.guoyue254@gmail.com}
|
||||
* @since 2018-03-26 19:07:30
|
||||
*/
|
||||
public interface WindProject {
|
||||
String PLN = "[windchat-boot]";
|
||||
}
|
@ -1,16 +1,3 @@
|
||||
|
||||
/ \
|
||||
/ . \
|
||||
\ . \
|
||||
/ \ \ / _ _ __ _ __ __ ___ _ _
|
||||
/ . \ | / / \ / \ | |/ / / \ \ \/ / |_ _| | \ | |
|
||||
/ . _ \ / / . \ / _ \ | ' / / _ \ \ / | | | \| |
|
||||
\ / / \ - . / / ___ \ | . \ / ___ \ / \ | | | |\ |
|
||||
\ / / | \ / /_/ \_\ |_|\_\ /_/ \_\ /_/\_\ |___| |_| \_|
|
||||
/ . \ \ /
|
||||
\ . \
|
||||
\ /
|
||||
\ /
|
||||
|
||||
|
||||
Akaxin is an open source and free proprietary IM software,you can build private openzaly-server for everyone in any server.
|
||||
-----------------------------------------------------------------------------------------------------------------
|
||||
WindChat is an open source and free proprietary IM software,you can build private IM for everyone in any server.
|
||||
-----------------------------------------------------------------------------------------------------------------
|
Loading…
Reference in new issue