Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. proxy

Tag: proxy

s
spring March 28, 2010 3 min read by mkyong 6 comments

Spring Auto proxy creator example

In last Spring AOP examples – advice, pointcut and advisor, you have to manually create a proxy bean (ProxyFactoryBean) for each beans whose need AOP support. This is not an efficient way, for example, if you want all of your DAO classes in customer module to implement the AOP feature with SQL logging support (advise), […]

Read more Spring Auto proxy creator example
maven November 25, 2009 2 min read by mkyong 32 comments

How to enable proxy setting in Maven

Guide to using proxy in Maven.

Read more How to enable proxy setting in Maven
w
web development July 23, 2009 1 min read by mkyong 64 comments

How to configure Proxy Settings in Eclipse

Often times, Eclipse IDE may need access to the Internet for some plugins install and update. If your computer is behind a proxy server, most company do, Eclipse will keep hanging and take very long time to process and failed at the end. You have to configure the proxy settings in Eclipse in order to […]

Read more How to configure Proxy Settings in Eclipse

Java and Spring tutorials since 2008. Every example is a complete, runnable file, compiled and run on a real machine before it goes out.

About This Site

  • About
  • Editorial Policy
  • Contact
  • Code License
  • Privacy Policy
  • Terms of Use

© 2026 mkyong.com — Powered by WordPress

RSS