Włodzimierz Rożkow
Włodzimierz Rożkow
Have application ``` java @SpringBootApplication @EnableDiscoveryClient @EnableAutoConfiguration public class PortalApplication extends SpringBootServletInitializer { private static final Logger LOG = LoggerFactory.getLogger(PortalApplication.class); @Override protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { LOG.info("Init web app"); return...
I want to use single lambda for backing up of many tables. Therefore, I want to distinguish s3 prefixes so I could easily restore only necessary tables. Now I'm doing...