- finishing etrack
- new buttons for main page - swagger
This commit is contained in:
@@ -2,6 +2,7 @@ package com.release11.klaus;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
||||
|
||||
|
||||
@SpringBootApplication
|
||||
@@ -12,10 +13,5 @@ public class KlausApplication {
|
||||
}
|
||||
|
||||
}
|
||||
//TODO
|
||||
//TODO JedisPool jedisPool = new JedisPool(jedisPoolConfig, redisHost, redisPort, timeout, redisPassword)
|
||||
//TODO JedisPool optimalization https://partners-intl.aliyun.com/help/doc-detail/98726.htm
|
||||
// logging, security, account creation
|
||||
// tracking clients activity, admin panel
|
||||
// use a centralized logging collection tool like logstash for admin panel
|
||||
//TODO swagger
|
||||
Reference in New Issue
Block a user