Week 6:
This week I learned to work in a group using MySQL and IntelliJ for Lab 19. I was able to create tables and assign values using insert statements. I learned that PreparedStatements make it so you can use SQL queries in a Java file. This was helpful in out Lab, for example, when we had to calculate drug costs. Each drug has a different cost, so in order to find out the total cost of a prescription fill, we used queries.
I also learned how to run a Spring Application. This was very interesting as the changes that you make in real time, affect what is happening on localhost:8080.
Comments
Post a Comment