Skip to content

Commit

Permalink
fix: proxy output
Browse files Browse the repository at this point in the history
  • Loading branch information
z003mrzb committed May 11, 2022
1 parent 5967061 commit 27ab5dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ public class ProxyDemo {
* @param args args
*/
public static void main(String[] args) {
// generate proxy file, under 'com/sun/proxy'
System.setProperty("sun.misc.ProxyGenerator.saveGeneratedFiles", "true");

// proxy
IUserService userService = new UserLogProxy(new UserServiceImpl()).getLoggingProxy();

Expand Down

This file was deleted.

0 comments on commit 27ab5dc

Please sign in to comment.