cat-boot icon indicating copy to clipboard operation
cat-boot copied to clipboard

CAT-Boot: A set of libraries on top of the famous and fabolous Spring Boot

Results 3 cat-boot issues
Sort by recently updated
recently updated
newest added

In [JavaMelodyAutoConfiguration](https://github.com/Catalysts/cat-boot/blob/master/cat-boot-javamelody/src/main/java/cc/catalysts/boot/javamelody/config/JavaMelodyAutoConfiguration.java), I suggest to add the following code, otherwise controllers with @RestController are not monitored ``` java @ConditionalOnProperty(name = "javamelody.enableSpringControllerMonitoring", havingValue = "true") @Bean public MonitoringSpringAdvisor springRestControllerMonitoringAdvisor() { final...

The first time that I load an Angular page with a cb-enum select control, it is not populated and I see an error in the developer console. The error is...

There is neither a dist.js nor a dist.min.js in the webjar; thus all files inside the webjar need to be loaded separately in web applications