@@ -6,4 +6,9 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/health")
public class HealthController {
+
+ @RequestMapping("/check")
+ public String check(){
+ return "success"+System.currentTimeMillis();
+ }
}
@@ -59,7 +59,7 @@ pagehelper:
#apollo config
app:
- id: ad
+ id: ad-engine
apollo:
bootstrap:
@@ -91,8 +91,6 @@ aliyun:
request: request-log
info: info-log
error: error-log
- landingTypeFilter: landingpagetype-filter-error-log
- adPackageData: ad-package-data
topic:
threadpool:
corePoolSize: 100