用户实体: public class UserModel { public long? UserId { get; set; } public string UserName { get; set; } public string UserPwd { get; set; } public long? RoleId { get; set; } public string RoleName { get; set; } public int UserType { get; set; } public
A quick tour of JSON libraries in Scala Update (18.11.2015): added spray-json-shapeless libraryUpdate (06.11.15): added circe library Some time ago I wrote a post on relational database access in Scala since I was looking for a library and there were