spring aop 同乙個bean中方法呼叫方法

2021-07-22 06:12:40 字數 485 閱讀 2542

@component

public class testbean   

@transactional

public void b()   

}

a方法中呼叫b方法,b方法的事務是否生效!

不生效

原因是spring會為testbean生成乙個「**物件「,testbeanproxy,只用呼叫testbeanproxy b(),切面才會生效

而a() 使用this.b()呼叫,就是使用了「**目標物件「 testbean的例項去呼叫的,不會生效。

如果才能生效呢

@component

public class testbean   

@transactional

public void b()   

private testbean getproxy()

}

同乙個IP繫結2個網域名稱

technorati 標籤 ip,網域名稱 同乙個ip繫結2個網域名稱 假設已經在isp那裡申請了2個網域名稱www.test1.com www.test2.com,而且都是繫結到伺服器的公網ip是192.168.1.100.test1是apache在本機的乙個應用,訪問url為http 192.1...

js和jQuery 同乙個例項

id dst value 4 諾基亞n85原裝充電器 option value 3 諾基亞原裝5800耳機 option value 7 諾基亞n85原裝立體聲耳機hs 82 option value 9 諾基亞e66 option value 13 諾基亞5320 xpressmusic opti...

linux vnc 與server共享同乙個桌面

伺服器端 需要安裝軟體 tightvncserver 和 vnc4server,可以google,這裡就不解釋了,網上很多。我這裡是ubuntu 1.sudo apt get install tightvncserver 2.sudo apt get install vnc4server 3.vnc...