记得上下班打卡 | git大法好,push需谨慎

Commit 6bf2b7ea authored by zhengfuxin's avatar zhengfuxin

创建项目

parent fdb748b6
liquidnet:
system:
updating:
switch: false
info:
port: 9015
context: /smile
name: liquidnet-service-smile
logfile:
path: /data/logs
name: service-smile
config: classpath:logback-spring.xml
file-max-size: 200MB
level: debug
mysql:
database-name: dev_ln_scene
mongodb:
sslEnabled: false
database: dev_ln_scene
\ No newline at end of file
liquidnet:
system:
updating:
switch: false
info:
port: 9015
context: /smile
name: liquidnet-service-smile
logfile:
path: /data/logs
name: service-smile
config: classpath:logback-spring.xml
file-max-size: 200MB
level: info
mysql:
database-name: test_ln_scene
mongodb:
sslEnabled: false
database: test_ln_scene
\ No newline at end of file
......@@ -14,12 +14,12 @@ import java.util.Arrays;
@Slf4j
@EnableFeignClients
@SpringBootApplication(scanBasePackages = {"com.liquidnet"})
public class ServiceGoblinApplication implements CommandLineRunner {
public class ServiceSmileApplication implements CommandLineRunner {
@Autowired
private Environment environment;
public static void main(String[] args) {
SpringApplication.run(ServiceGoblinApplication.class, args);
SpringApplication.run(ServiceSmileApplication.class, args);
}
@Override
......
import org.junit.Test;
public class TestGoblin {
class TestGoblin {
public static void main(String[] args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment