Package org.dedeler.template.service

Examples of org.dedeler.template.service.RoleService.save()


          user.setUsername("admin");
          user.setPassword("7lLEodyoRSvB9W6Rhjc+xfabU0ITmcdbjaW4MfARG5TOb/N7TeMxDB85j/HSm8t1h6pTrATIXySR+yQ5jMo39Q==");// admin
          user.setFirstName("Destan");
          user.setAuthorities(Arrays.asList(role));

          roleService.save(role);
          userService.save(user);

          initialized = true;
          System.out.println("----------------------------------------------------");
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.