Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getList
Method
getList
ch4/BoardServiceImpl.java:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
@Override
31
public
List<BoardDto> getList() throws Exception {
32
return
boardDao.selectAll();
33
}
34
35
@Override
36
public
BoardDto read(Integer bno) throws Exception {
Callers
nothing calls this directly
Calls
1
selectAll
Method · 0.65
Tested by
no test coverage detected