Java Melody with Spring cloud apps - spring-cloud

java Melody is good app instrumentation tool with old Java EE apps but doesn't find good support with any spring cloud stack apps. There is some support for spring boot app on Github
Any pointers will help how to use with spring cloud apps or spring boot app with eureka, zuul, config server

Related

Spring Boot Admin and the business spring boot app in one war file?

Is it possible to just host the spring boot admin web app within the same spring boot app it is monitoring? Conceptually I want to deploy a single war file to my application server that contains my spring boot web app and the admin features provided by spring boot admin all-in-one war file. Does that make sense?

How to integrate Spring Batch ( without Spring Boot ) with Spring Cloud Data Flow Server

We are running spring batch with jboss application server (therefore cant run it as spring boot app). Is there any integration options for monitoring/administering spring batch with Spring Cloud DataFlowServer for the spring batch running in Jboss container ?
I had a similar issue where I was using spring batch with a weblogic 12.2.1.4 application server and wanted an admin console to view the status of job executions. Spring Cloud Data Flow was not suitable for my requirement. I ended up forking the old spring-batch-admin project and upgrading it to work with the latest version of spring batch and spring boot libraries. My forked git repo is here. I include this as a dependency in my war file that i deploy to weblogic and it provides the spring batch admin functionality, embedded in my application.

How to integrate Rest API and MongoDB Based Spring Boot Application to Drools and KIE Server?

I am looking for any solution for REST API based Spring Boot Application has to be integrated or import to KIE server to apply Drools Rules and Business Flow.
There are close questions but there is not related with a newer version of Spring Boot versions because Spring.io does not support JBooss/Drools and KIE server.
Please give me feedback on how or simple project configuration.

CRUD using Grails 3.1.x Spring Security with Rest

Trying to develop a web CRUD application using Grails 3.1.X Spring Security with REST.
Any tutorials with examples would help me.
The Spring Security Core plugin (http://grails-plugins.github.io/grails-spring-security-core/v3/index.html) is a good place to start.

Can't deploy Spring boot app on Jelastic

I'm using Jelastic . It works great with my PHP and servlet apps. But when I deploy Spring boot apps it's not working at all, even for a simple spring boot apps. Didn't find any doc in this case. Can i get some help?
Intelio,
There are two ways to deploy Spring boot app on Jelastic:
By building it from your Git/SVN repository using Maven;
By deployment your WAR file directly to Jelastic environment via archive/URL.
Please note that Spring Boot usage requires Java 8 at your application server.