See More

{ "ConnectionStrings": { "DbType": 1, //0:MySql,1:SqlServer,2:Sqlite "ConnectionString": "Server=liaozengbo\\sql2018; Database=Sample; User Id=sa;Password=sa123;" //"ConnectionString": "Server=119.29.9.25;Port=3306;Database=test;Uid=root;Pwd=1q,2w.3e?;CharSet=UTF8;" }, "Authentication": { "JwtBearer": { "IsEnabled": "true", "SecurityKey": "APIJSON.NET_C421AAEE0D114E9C", "Issuer": "APIJSON.NET", "Audience": "APIJSON.NET" } }, "RoleList": [ { "name": "role1", //ȨÏÞÃû³Æ Ψһ "select": { //²éѯȨÏÞ "table": [ "moment", "User", "Comment" ], //¿É²Ù×÷µÄ±í "column": [ "*", "*", "*" ], //¿É²Ù×÷µÄ×Ö¶Î "where": [] }, "update": { //ÐÞ¸ÄȨÏÞ "table": [ "moment", "User", "Comment" ], "column": [ "*", "*", "*" ] }, "insert": { //Ìí¼ÓȨÏÞ "table": [ "moment", "User", "Comment" ], "column": [ "*", "*", "*" ] }, "delete": { //ɾ³ýȨÏÞ "table": [ "moment", "User", "Comment" ] } }, { "name": "role2", "select": { "table": [ "monent" ], "column": [ "*" ] } } ], "tablempper": //±ðÃû±íÓ³Éä { "user": "apijson_user" } }