Found 17 repositories(showing 17)
virgo47
Java Simon is a simple monitoring API that allows you to follow and better understand your application.
pulseenergy
Java Simon - Simple Monitoring API
gquintana
JavaSimon Tomcat Support
google-code-export
Automatically exported from code.google.com/p/javasimon
mukteshkrmishra
Automatically exported from code.google.com/p/javasimon
Mikadze123
No description available
tfordeveaux
Automatically exported from code.google.com/p/javasimon
karouani
Automatically exported from code.google.com/p/javasimon
uusilver
No description available
MHNCB20
Automatically exported from code.google.com/p/javasimon
karthick229
Automatically exported from code.google.com/p/javasimon
dqxiao
No description available
javasimon-webconsole for jdk 1.5
hucekh
No description available
dqVM
No description available
jbunting
A generic metric reporting framework -- in the vein of slf4j. The intent is to back it with one of the various available libraries -- dropwizard metrics, javasimon, perf4j, etc.
venceinfo
1. tomcat http://www.mamicode.com/info-detail-1474082.html https://segmentfault.com/q/1010000002998038/a-1020000002998730 https://www.tuicool.com/articles/AZb2ai http://blog.csdn.net/q1512451239/article/details/53122687 2. spring https://www.cnblogs.com/MrSi/p/7932218.html check website spring.io aways, to learn guide projects!!! 3. maven http://blog.csdn.net/lisongjia123/article/details/56299006 learn maven-plugin: https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/maven-plugin/ If you use the Spring Boot build tools, marking the embedded servlet container dependency as provided produces an executable war file with the provided dependencies packaged in a lib-provided directory. This means that, in addition to being deployable to a servlet container, you can also run your application by using java -jar on the command line. <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scope> </dependency> mvn package -DskipTests java -jar demo-0.0.1-SNAPSHOT.war 4. front/back split http://blog.csdn.net/g893465244/article/details/79289208 5. 在nginx中部署证书,外网使用https访问,并且只开放443和80端口,其他端口一律关闭(防止黑客端口扫描),内网使用http,性能和安全都有保障。 how to close port? 6. spring-boot to build a war package, and deploy it to tomcat you must do several steps to success, beacuase by default: sprint-boot is not a web project, it's a execute app! by offical guide: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto-create-a-deployable-war-file ------------------------------------------------------- TODO: select, epoll spring config /** aop org.javasimon.console.SimonConsoleServlet
All 17 repositories loaded