Ignore:
Timestamp:
01/07/21 22:32:22 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
a8e8545
Parents:
723994f
Message:

finalized register and login and added insert options for jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/it/finki/tinki/bootstrap/DataHolder.java

    r723994f r509cb95  
    5656        }
    5757
     58        List<Skill> lista;
     59        lista = skillRepository.findAll();
     60
     61        userRepository.save(new User("asdf", "asdf", "Zoki", AccountType.USER, "Poki", lista, lista));
     62
    5863        addressRepository.save(new Address("asdf", "asdf", "asdf"));
    5964        companyRepository.save(new Company("asdf@asdf", "pass", "Co.co", AccountType.COMPANY, addressRepository.findAll().get(0)));
Note: See TracChangeset for help on using the changeset viewer.