use crate::rubase::get_self::GetSelf;
use crate::rudi::difactroy::find_bean_di_factroy;
use crate::ruweb::webdto::{find_bean_webroute, find_bean_webroutelist};
#[test]
fn test_01_webroutemake_di () {
find_bean_di_factroy().unwrap().make_di();
}
#[test]
fn test_02_webroutemake_di () {
}